This repo focuses on react learning.
- Use
npmto create react appnpm init react-app project-name - Use
npxto create react appnpx create-react-app project-name - Use
yarnto create react appyarn create react-app project-name
- This is the 1st react sample.
- It was created by
npx create-react-app hello-react - Add bootstrap lib to this sample.
- Add input component.
- Add state property and setState API to change the property of component.