Managing state with React Context
In my previous post I was writing about using Redux with React for the state management. This blog posts is describing the different approach - using Context object.
Managing state
Let's first define what is it even means - managing state.
React is ...
olena.hashnode.dev5 min read