Using Context API in React (Hooks and Classes)

1 · Tania Rascia · April 25, 2019, midnight
React Context API is a way to essentially create global variables that can be passed around in a React app. This is the alternative to "prop drilling", or passing props from…...