© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Juan Alvarez
Frontend web developer
I only have a question: why would you use Redux or Jotai over the Context API?
Usman Sabuwala
Learning web development, running a YouTube channel
Context API is nice too but I felt this makes it easy to set up. In Context, you would make a provider and then set up the state and then use useContext. This one seems easier to set up
useContext
I get what you mean. Using Context API would be like writing my own library at that point. Thank you