Using Redux in a React component

This is a react native app. Make sure you have expo installed.

demo

make sure to type ‘npm install’ to install all the packages.

Then type ‘npm start’.

Blogs
We install redux, and then import it for usage.

Comments

We import the store variable from Blogs.

AppContainer

Let’s configure our react navigation.
We also implemented our Blogs and Comments components above. We would use these components.

App.js