Sunday, October 24, 2021

React JS - How To

  • Create React App
  • Components  
    • Functional 
    • Class
  • JSX
  • Props and State
  • useState and useEfect
  • Components life cycle methods
  • Conditional Rendering
  • List & Keys
  • Basic Form handling
  • React Project Structure
  • Routing React Router
  • Programmatic Navigation
  • Set-up JSON Server
  • react CRUD operations
  • React Search Filter
  • React Hooks

Tools: 

nodejs installed. v14.16.0


  • Launch VS Code
  • Go to Terminal
  • npx create-react-app oms-ui


Folder structure




Delete default files listed below




Remove from App.js file



No comments: