Fig369 / react

First alone react go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

First alone react go


Languages

Language:TypeScript 77.0%Language:CSS 12.6%Language:JavaScript 8.5%Language:HTML 2.0%