📄️ React Native
Official Documentation
📄️ React
Official Documentation
📄️ Redux Saga
Redux is used as a middleware to manage the whole app’s state in a centralised location called store. By using store all the components can reach the state, edit it and get the changes from other components.Sagas are implented by using generator functions.