/react

First alone react go

Primary LanguageTypeScript

react

First alone react go

  • How to create and nest components
  • How to add markup and styles
  • How to display data
  • How to render conditions and lists
  • How to respond to events and update the screen
  • How to share data between components

Creating & Nesting Components

  • Apps are made of components
  • Components are Javascript Functions that return markup
  • Components Start with capitol letters

The export default keywords specify the main component in the file