Tuesday, September 15, 2020

React Tutorial

 

Steps to be followed while learning React

Hello everyone,


This is my First article in React. Keep go with an article. This article will show you the basic things that can done in learn React






what is React ?

                 React is an open-source JavaScript library for building user interfaces or UI components. It is maintained by Facebook and a community of individual developers and companies. React can be used as a base in the development of single-page or mobile applications.

Steps to follow

  • Must be learn basics concept of JavaScript
  • Setup in Visual Studio
  • DOM,Virtual DOM
  • JSON
  • Componetn LifeCycle
  • Module of HelloWorld
  • Build Two page navigation Todo app
  • Local Storage
  • Axios
  • AJAX
  • Redux



Keep Follow me,I will post one by one topic with clear cut examples


if any queries please be connect with me!!!!!!!!

LinkedIn

Email

No comments:

Post a Comment

variable-declaration

Difference between Var ,Let ,Const There are 3 types of declarations in ReactJS var let const var declaration example var   name =  ...