Skip to content

nikfrank/react-course-workbook-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react course workbook 2

Here we'll work with user input for the first time

React treats inputs a bit differently than maybe we're used to:

JQuery: (user input -> value in DOM; submit -> read DOM input value -> trigger API call)

React: (user input -> value saved in state; submit -> read from state, trigger API call)

We have plenty of examples to work through here.

Also check out my funky SVG animation!

see lesson page and course page for full details

This project was bootstrapped with Create React App.

snoop svg Created by Sage McElroy from the Noun Project

leaf svg from https://upload.wikimedia.org/wikipedia/commons/4/44/Cannabis_leaf_2.svg

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published