Live Demo of the application.
Redux Demo is a React application to demonstrate the implementation of Redux library in a React application. This application performs the basic functionality of fetching posts and creating new post, and stores the data in application level state.
This application is using open source APIs provided by JSONPlaceholder to create and retrieve the posts.
Node JS - 12.15 or later versions.
NPM - 3.5 or later versions.
Editor - Your favorite editor.
Browser - Chrome >= 81.0 or Firefox >= 72.0.2
- Clone or download project in your system.
- Navigate to project directory in the terminal or command prompt.
- run
npm i
- run
npm start
- Your project server is running at localhost:3000
- upgrade the code and make use of static getDerivedStateFromProps instead of UNSAFE_componentWillReceiveProps component lifecycle. Read more...
- Fork it ( https://github.com/vishalnagda1/redux-demo/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new pull request.