Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

What is React? What are the characteristics?


May 29, 2021 Article blog


Table of contents


Presumably the little buddies at the front end of the learning have heard of react's big name. B ut it may not be familiar with it. So this article w3cschool editor-in-chief to introduce you to what react is, and what are its characteristics?

React, what is it?

React is a JavaScript library for building user interfaces from Facebook Open Source, primarily for building UI. I t's now available on Facebook and its Instagram apps. What makes it different from the huge AngularJS is that it focuses only on V in the MVC framework, the view;

 What is React? What are the characteristics?1

the characteristics of react

  • Efficient and flexible: react uses VDOM to reduce DOM interaction and works perfectly with known libraries or frameworks.
  • Declarative design: react declaration paradigm.
  • The components of react can be reused by code.
  • The flow of one-way response data is more secure and faster than two-way binding.
That's all about what react is and what its characteristics are. For more react learning follow w3cschool.com.