This directory explore-react-tailwindcss is a testing ground to react fundamental, from understanding useState, Toggle, OnChange, and OnClick. I tried to make it 3 hours and minimum of 2 hours for daily coding routine, then do review of things by Sunday.
- 40 min: Tutorial/Documentation
- 20 min: Code along with examples
- What is React and why use it
- Creating functional components
- JSX basics (you'll learn naturally)
- Props (passing data)
- useState hook
- Event handling (onClick, onChange)
- React.dev Quick Start
- FreeCodeCamp React Course (first 2 hours)
//clone and run it to your local server
git clone -b explore-react-tailwindcss
npm installI use heroicons for react component but it will automatically added once you run the command npm i / npm install
- YouTube Channel: BryDev / Bryan Granse Dev
BryDev - is my channel about tutorial, coding and project examples and more. Bryan Granse Dev - is my portfolio channel, this is where I posted some of my projects, personal projects, and more.