React JS | Introduction
Hello everyone! I am happy to have started an exciting journey of React.js with the guidance of Bikash Karki experts at Nepal Mega College. Let’s learn and grow together in this dynamic area of website development. Join me as I explore React.js
React is a very useful component when creating web applications. React.js is one of the most popular free and open-source JavaScript Library. It was developed by Facebook team on 2012 . It was first deployed on Facebook's news feed and later on Instagram.
Why React JS
React is a tool for building UI components.
React Gives the component based architecture:
Virtual DOM:
领英推荐
Support JSX
html syntax like :
<div>
<h1>Hello World</h1>
</div>
It is declarative programming:
It support single page application: