A Brief Introduction to React.js

Hey everyone 👋🏻,

In this article, let us cover a brief introduction to React.js

Introduction

mkr6xqxwwyrtqh76lznw-5650086

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 ?

  1. Uses component based architecture to structure your application.
  2. Allows you to write reusable components that can be used across different applications
  3. Easy to learn
  4. Ensures stable code.

Features of React

  1. Optimization of code using a complex development workflow already done for us.
  2. Writing HTMLish Code in JavaScript files using JSX.
  3. 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.

3qpl01uwp1qlmbqkhfpm-8725730

The credits for the vectors used in above articles goes to Vecteezy :
Web Developer Vectors by Vecteezy

Previous Post
Next Post