How does React Context work?
A simple tutorial on the React Context API
Nov 2 · 5 min read

As you all know Reactjs is a library that simplifies the creation of otherwise complex UI, with its declarative API and the fact that it makes use of most of the implementations of regular JavaScript makes react so easy to work with; all you got to do is learn some of the philosophy behind React, some syntax, and tools, then BOOM! you will be…


