This website collects cookies to deliver better user experience
A Brief Introduction to React.js
A Brief Introduction to React.js
Hey everyone 👋🏻,
In this article, let us cover a brief introduction to React.js
Introduction
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.
Why React ?
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.
Features of React
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.
Disadvantages of React
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.