Skip to content

SceptreData/dd-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.