Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 493 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 493 Bytes

ReactJS Walkthrough

This project doesn't pretend to be a tutorial nor a learning path. It's just an exercise to put in practice React features, tools and principles.

  1. Hello World
  2. Element properties
  3. Child Elements
  4. Updating rendered elements
  5. JSX
  6. Functional Component
  7. Class Components
  8. Composing Components
  9. Splitting up Components
  10. Babel
  11. Webpack
  12. Lifecycle Hooks
  13. Event Handling
  14. Conditional Rendering
  15. Rendering lists (keys)
  16. Lifting states up