DEV Community

Toqeer Abbas
Toqeer Abbas

Posted on

1

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)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay