DEV Community

Toqeer Abbas
Toqeer Abbas

Posted on

Day 07 (100DaysOfCode)

Alt Text

Progress Report

Learn about BABEL Compiler.
BABEL: That's used to translate our modern javascript code in ES5.
Usually, browsers, not support ES2016 or later versions therefore we use BABEL to convert our code into ES5.

Learn About Components
React.js have two types of components.

  1. Function Component.
  2. Class Component.

Learn the Difference between JSX and HTML

  1. You can use Javascript variables directly in your JSX code!.
  2. Adding custom styling to an element uses different syntax.
  3. Some attribute names are different in JSX.

Top comments (0)