droidconKE / droidconKE2022ReactNative

Official DroidconKE 2022 React Native App
https://play.google.com/store/apps/details?id=com.brianwachira.droidconKE2022ReactNative&hl=en&gl=US
MIT License
8 stars 17 forks source link

Add redux #27

Closed makunomark closed 1 year ago

makunomark commented 1 year ago

Adds redux for use as a state manager using redux toolkit. Redux enforces a unidirectional flow of data making it easy to debug and manage state. To add a new state

  1. Create or add to an existing slice state or a reducer or both.
  2. Add your new reducer to the store.
  3. In a component, start reading state and dispatching actions.

ref: https://hybridheroes.de/blog/2021-01-08-redux-toolkit-react-native/

To do

brianwachira commented 1 year ago

I am seeing some merge conflicts. You may need to merge with the current "develop" branch?

makunomark commented 1 year ago

I am seeing some merge conflicts. You may need to merge with the current "develop" branch?

All fixed 😊