Skip to content

Latest commit

 

History

History
37 lines (34 loc) · 766 Bytes

README.md

File metadata and controls

37 lines (34 loc) · 766 Bytes

ReactJS

What is React?

  • Components
  • Functional Components
  • Class Components
  • Hooks update
  • JSX
  • Props
  • State
  • SetState
  • Desctructuring props and state
  • Event Handling
  • Binding Event Handelers
  • Methods as props
  • Conditional Rendering
  • List Rendering
  • Lists and Keys
  • Index ad Key Anti-pattern
  • Functional Components
  • Default and named exports
  • JSX
  • props
  • state
  • Hooks at a glance
  • Event Handling
  • Parent child Components
  • Conditional Rendering
  • List Rendering
  • Styling
  • Forms
  • HTTP GET & POST requests
  • useTransition hook