18
A Brief Introduction to React.js
Hey everyone 👋🏻,
In this article, let us cover a brief introduction to React.js
React is an open source, front-end JavaScript Library for building modern sleek user interfaces.
It is maintained by Facebook. It is used to create SPAs.
Uses component based architecture to structure your application.
Allows you to write reusable components that can be used across different applications
Easy to learn
Ensures stable code.
Optimization of code using a complex development workflow already done for us.
Writing HTMLish Code in JavaScript files using JSX.
Faster rendering because of Virtual DOM.
Not a complete framework
Compared to Angular which is like a kitchen of tools that has everything built in, React depends on a lot of other external libraries that glue with it for creating modern frontends.
So this is it for this article. Thanks for reading.
Don't forget to leave a like if you loved the article. Also share it with your friends and colleagues.
The credits for the vectors used in above articles goes to Vecteezy :
Web Developer Vectors by Vecteezy
PS - If you are looking to learn Web Development, I have curated a FREE course for you on my YouTube Channel, check the below article :
Looking to learn React.js with one Full Project, check this out :
18