Introduction
I learned how to use React context APIs and Redux to generate the management of the global state for #100DaysOfCode.
- Day2: Create a ReactJS global states manager with React hooks
- Day 12: Create a ReactJS global states manager from Redux
The article is to note the difference between these two technologies. We will discuss the following items.
- Overview
- Roles and usages
- Libraries
- We should choose React context APIs or Redux?
- Implementations
Details
Please refer to my article.
https://medium.com/a-layman/reactjs-global-states-management-the-differences-between-react-hooks-context-apis-and-redux-92d72171337d
Articles
There are some of my articles. Feel free to check if you like!
- My blog-posts for software developing: https://medium.com/a-layman
- My web resume: https://jenhsuan.github.io/ALayman/cover.html
- Facebook page: https://www.facebook.com/imalayman
Top comments (0)