You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 7, 2021. It is now read-only.
This is a pre-release version of Redux Demo React application which performs the basic functionality of fetching posts and creating new post. This application is using open source APIs provided by [JSONPlaceholder](https://jsonplaceholder.typicode.com/) to create and retrieve the posts.
5
+
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.
6
+
7
+
This application is using open source APIs provided by [JSONPlaceholder](https://jsonplaceholder.typicode.com/) to create and retrieve the posts.
6
8
7
9
### Project Installation Guide
8
10
@@ -24,6 +26,9 @@ This is a pre-release version of Redux Demo React application which performs the
24
26
4. run `npm start`
25
27
5. Your project server is running at [localhost:3000](http://localhost:3000)
26
28
29
+
#### Future Plan
30
+
31
+
- upgrade the code and make use of **static getDerivedStateFromProps** instead of **UNSAFE_componentWillReceiveProps** component lifecycle. [Read more...](https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html)
0 commit comments