Namaste, dear reader!
In this ReactJS series, I'll be covering the entire topics of ReactJS.
First things first! ReactJS is library of Javascript and not a framework.It was developed by Facebook in 2011.
It is widely and insanely used for creating fast and interactive user interfaces.
ReactJS is way ahead of its potential competitors e.g. Angular JS and Vue js.
The entire ReactJS application made up of reusable and independent set of components.
Every react app has atleast one component which is referred as the App component.
App component represents the react app and all the components are placed inside it.
Since React is a library, it has a very specific purpose .i.e to create user interfaces also know as views.
React can also be used in the parts of our existing application and it will not disturb the existing technology of the application. This is one of the major differences between React and Angular.
Let's see who all are using react.
That's about it in the Part-0
Stay tuned for other series where I'll be discussing all things ReactJS.
You're beautiful, keep smiling : )
Sayonara!
Top comments (2)
Well written!
waiting for the next part 😍
Glad you liked it!
Sure, will upload Part:-1 super soon : )