Pros and cons of using React context API+hooks to manage state instead of Redux

State management is the core part of front-end development. This talk is intended for developers who want to compare various state management patterns and de… Read more

Similar

Simple React Patterns

I've been writing React applications for a few years now, and I've noticed that some patterns tend to repeat themselves. In this post, I'll review these patterns which will summarize about 99% of the React code I write every day. (more…)

Read more »