Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 935 Bytes

README.md

File metadata and controls

46 lines (36 loc) · 935 Bytes

React Basic

  • This repository contains the basic concepts and fundamental of React 18.

Acknowledgements

Project

Project Description

  • It's clone of amazone's best seller book webpage.

Screenshots

Table of Contents

  1. Setup
  2. Create react app
  3. Folder structure
  4. Component
  5. Element
  6. JSX rules
  7. Nested components
  8. React developer tools
  9. JSX CSS
  10. Local images (public folder)
  11. JSX JavaScript
  12. Props
  13. Children prop
  14. List
  15. Key prop
  16. Passing object
  17. Event basics
  18. Forms
  19. Arrow functions
  20. Prop drilling
  21. ES6 modules
  22. Local images (src folder)
  23. Build folder
  24. Deploy