Skip to content
This repository was archived by the owner on Jul 7, 2021. It is now read-only.

Commit 36252e3

Browse files
committed
update readme
1 parent 2ad82e0 commit 36252e3

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Redux Demo
22

3-
[![Repository version](https://img.shields.io/badge/version-1.0.0--pre-brightgreen?style=plastic)](https://github.com/vishalnagda1/redux-demo/releases/tag/v1.0.0-pre)
3+
[![Repository version](https://img.shields.io/badge/version-1.0.0-brightgreen?style=plastic)](https://github.com/vishalnagda1/redux-demo/releases/tag/v1.0.0)
44

5-
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.
68

79
### Project Installation Guide
810

@@ -24,6 +26,9 @@ This is a pre-release version of Redux Demo React application which performs the
2426
4. run `npm start`
2527
5. Your project server is running at [localhost:3000](http://localhost:3000)
2628

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)
2732

2833
#### Contributing
2934

0 commit comments

Comments
 (0)