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 • Edited 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)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay