By Danine Noble and David Bergeron
A short article where we build a UI Color Picker using React Hooks. We explain where state should exist inside of your components, and how that relates to hooks.
To build the project run:
npx gatsby build
npx gatsby serve
Then open the page on http://localhost:9000
or for a development server:
npx gatsby develop
This project has been built with the React framework Gatsby JS. We used the theme Gatsby Waves for the presentational effects.