Handling global state in React without Providers and boilerplate
ReactJS has a built-in way to handle "global" state - React Context. However, after using many contexts I realized I am typing a lot of boilerplate code and getting to a "Provider hell". I had to nest Provider after Provider in my root App component ...
blog.erikdavtyan.com2 min read
Netanel Basal
front end
Check out Elf