kanzitelli / rnn-starter

🤹 React Native Starter - Powered by cli-rn, React Native Navigation, Expo Modules, RNN Screens, RN UI lib, MMKV, Mobx, Reanimated 2, Dark Mode, Splash Screen, Localization, Notifications, Permissions, and much more.
https://starters.dev
MIT License
551 stars 72 forks source link

Redux hooks API #2

Closed florandom closed 4 years ago

florandom commented 4 years ago

It would be nice to use redux hooks API and avoid mapStateToProps/mapDispatchToProps or redux HOC boilerplate in functional components

kanzitelli commented 4 years ago

@florand0m I agree, this is much better way to go using Redux 🙂When I have time, I will totally change it however I am a bigger fan of Mobx. Anyways, if you would like to contribute and change the logic using Redux Hooks API, please feel free to do it!

kanzitelli commented 4 years ago

@florandom done!