alex197925 / fast-react-pizza

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fast React Pizza App

Learning process...

  1. Components in component tree
  2. JSX block is what we return from a component (Data, JS Logic, Appearance:JSX - HTML,CSS,JS inside{})
  3. Pass data from parent to child components with "props"
  4. Rendering multiple components at once using the JavaScript .map() with list tag
  5. Conditionally render components using JS tools: &&, ? and multiple return

About


Languages

Language:JavaScript 41.9%Language:HTML 37.7%Language:CSS 20.4%