Hacker News new | ask | show | jobs
by yzmtf2008 2984 days ago
You don't need to think about them. If you a state library like redux or mobx, chances are you'll never touch Context API at all.

For simple use cases, setState is really all you need.

1 comments

Most people underestimate how much you can accomplish with a clean architecture and setState.