641 Views
In a previous post, we saw how to manage state using Unstated. As you might recall, Unstated uses React's built-in setState to allow you create components that can consume state by subscribing to a provider - like the React's Context API .
0 comments