DEV Community

Cover image for Day 13 of #100DaysOfCode: The differences between React hooks + Context APIs and Redux
Jen-Hsuan Hsieh
Jen-Hsuan Hsieh

Posted on

Day 13 of #100DaysOfCode: The differences between React hooks + Context APIs and Redux

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!

Top comments (0)