A minimal, beginner friendly React-Redux-persist implementation with all the industry best practices
Here are a few highlights to look out for in this Demo
- User List
- Home page provides the user list around 10 users along with pagination by clicking on more details you can drill down into the more details of the user
- Tasks done
- State management between the two containers to select active users either from home page or detail view the store maintains the state. Plus it keep persistance on closing the browser
- Clone this repo using
git clone https://github.com/madeeha96/react-redux-netflix.git - Move to the appropriate directory:
cd react-redux. - Run
yarnornpm installto install dependencies. - Run
npm startto see the example app athttp://localhost:3000.
Now you're ready to go