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.
531 B
531 B
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