Skip to content

The series includes a beginner's guide to React Js in 5 days and simultaneous project implementation.

Notifications You must be signed in to change notification settings

aditi27-rajshail/ReactTutorial

Repository files navigation

Welcome to React Js Series

image width="200" height="200"

Follow the tutorials and read the comments for better understanding

  • Eventually, move towards the project

  • A JS Library for building UI

  • Component based approach

  • In Angular--during Single Page applucation entire page is loaded

  • In React--component are loaded

  • Uses a Declrartive Approach

  • DOM updates are handeled gracefully

  • Reusable Code

  • React Folder Structure

  • manifest.json- provides application info in json

  • favicon - page icon

  • index.html

  • The noscript element represents nothing if scripting

  • is enabled, and represents its children if scripting is disabled.

  • ReactDom.render(what to show, where to show, callback);

  • Babel -converts to moder javascript compiler so that browser can understand

About

The series includes a beginner's guide to React Js in 5 days and simultaneous project implementation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published