Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 722 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 722 Bytes

DD-React

By Danine Noble and David Bergeron

Thinking in React: Stateful Components

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.

Link to article

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.