You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
src | 1 year ago | |
.gitignore | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago | |
package.json | 1 year ago | |
webpack.config.js | 1 year ago |
README.md
React Hooks Tutorial
Small practical introduction to react hooks.
Topics:
- useState
- useEffect
- useRef
- custom hooks
- making api call
Getting Started 🚀
git clone https://github.com/CupCakeArmy/react-boilerplate.git
npm i
npm run dev
# Or
wget https://github.com/CupCakeArmy/react-boilerplate/archive/master.zip
unzip master
Build 🛠
# Dev
npm run build:dev
# Prod
npm run build:prod
Dev 👀
Compiles on files changed
npm run dev
# Go to
http://localhost:8080