January 2019
Intermediate to advanced
592 pages
14h 30m
English
In Getting started, we installed the redux and react-redux libraries. The react-redux library contains the necessary bindings to integrate Redux with React. Redux is not exclusively designed to work with React. You can use Redux with any other JavaScript libraries out there. By using react-redux, we'll be able to seamlessly integrate Redux into our React Native application.
In step 2, we created the main folders we'll use for our app:
In a medium to large app, you will probably want to separate ...
Read now
Unlock full access