Skip to content

Example App from my Practical Hooks talk

Notifications You must be signed in to change notification settings

danieltott/practicalHooksTalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example App from my Practical Hooks talk

In my hooks talk for the Cleveland React Meetup, I live-coded a conversion from a class-based app to one using hooks.

This repo has branches containing each step along the way, from the basic class-based app to the completed thing.

I created Pull Requests detailing each step, to make it easy to see diffs along the way. Each pull request has notes on the specific steps taken:

(master and the final branch are identical)

Feel free to leave comments or questions in issues or the PRs - would be happy to discuss anything!

General Hooks Resources:

Here are some resources I've found helpful:

If you'd like to run this locally:

This project was bootstrapped with Create React App.

To install, clone the repo, then run yarn install

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

yarn run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

About

Example App from my Practical Hooks talk

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages