In One Minute : React

React is a free and open-source front-end JavaScript library for building user interfaces based on UI components.
It is maintained by Meta (formerly Facebook) and a community of individual developers and companies.

React can be used as a base in t…


This content originally appeared on DEV Community 👩‍💻👨‍💻 and was authored by Rakesh KR

React is a free and open-source front-end JavaScript library for building user interfaces based on UI components.
It is maintained by Meta (formerly Facebook) and a community of individual developers and companies.

React can be used as a base in the development of single-page, mobile, or server-rendered applications with frameworks like Next.js.

React adheres to the declarative programming paradigm. Developers design views for each state of an application, and React updates and renders components when data changes.
React code is made of entities called components.
Components can be rendered to a particular element in the DOM using the React DOM library. When rendering a component, one can pass the values between components through "props".

React creates an in-memory data-structure cache, computes the resulting differences, and then updates the browser's displayed DOM efficiently.

The basic architecture of React applies beyond rendering HTML in the browser.
For example, Facebook has dynamic charts that render to tags, and Netflix and PayPal use universal loading to render identical HTML on both the server and client.

Official website :- https://reactjs.org/


This content originally appeared on DEV Community 👩‍💻👨‍💻 and was authored by Rakesh KR


Print Share Comment Cite Upload Translate Updates
APA

Rakesh KR | Sciencx (2022-10-18T13:48:42+00:00) In One Minute : React. Retrieved from https://www.scien.cx/2022/10/18/in-one-minute-react/

MLA
" » In One Minute : React." Rakesh KR | Sciencx - Tuesday October 18, 2022, https://www.scien.cx/2022/10/18/in-one-minute-react/
HARVARD
Rakesh KR | Sciencx Tuesday October 18, 2022 » In One Minute : React., viewed ,<https://www.scien.cx/2022/10/18/in-one-minute-react/>
VANCOUVER
Rakesh KR | Sciencx - » In One Minute : React. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/10/18/in-one-minute-react/
CHICAGO
" » In One Minute : React." Rakesh KR | Sciencx - Accessed . https://www.scien.cx/2022/10/18/in-one-minute-react/
IEEE
" » In One Minute : React." Rakesh KR | Sciencx [Online]. Available: https://www.scien.cx/2022/10/18/in-one-minute-react/. [Accessed: ]
rf:citation
» In One Minute : React | Rakesh KR | Sciencx | https://www.scien.cx/2022/10/18/in-one-minute-react/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.