Dennis O'Keeffe
Level Up Coding
Published in
3 min readJul 26, 2020

--

Heading image

Today we’re going to use Tailwind’s resolveConfig to write out a JavaScript file that we can use with the React Context API to access the values from anywhere throughout the application.

We will create a small application and show it in action by overriding some styles from the React Select library.

Setting up

We are going with the basic Create React App template. Let’s set that up and install the dependencies for today.

--

--