Introduction

Let's have a look at how to effectively produce global variables that can be passed around the application with ease.

We'll cover the following...

What is a Context API?

The React Context API has been treated as somewhat of an afterthought for a long time. It was first implemented as a prototype and treated experimentally, but later added to React in version 16.3.

The ...