gusaiani / learn-react-hooks

In this repo I go through the book Learn React Hooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learn React Hooks

In this repo I work on the book Learn React Hooks, specifically the Blog project.

It's a create-react-app project, below are the fundamental commands you can run.

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.

yarn test

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

yarn 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.

yarn eject

Note: this is a one-way operation. Once you eject, you can’t go back!

About

In this repo I go through the book Learn React Hooks


Languages

Language:JavaScript 92.0%Language:HTML 5.8%Language:CSS 2.3%