₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,153 members, 8,420,588 topics. Date: Friday, 05 June 2026 at 05:35 AM

Toggle theme

Fuankuk's Posts

Nairaland ForumFuankuk's ProfileFuankuk's Posts

1 (of 1 pages)

ProgrammingReact Javascript Library General Overview by Fuankuk(op): 6:06pm On Aug 01, 2020
OVERVIEW ON REACT LIBRARY
React is a JavaScript Library developed by Facebook developers which is use for creating User Interface(UI) called component. If You are familiar with Model View Controller Model (MVC), react play the role of View part of this model. React is very fast, simple to learn and very robust.


INSTALLATION OF REACT
React is basically run on JavaScript runtime engine such as spidermonkey and v8 which are found in NodeJs and Browsers. but first one need to install the react package using Node Package Manager (npm) in NodeJS
i.e.
[center]#npm install -g create-react-app [/center]



STRUCTURE OF REACT
React is made of self-contained modular reusable component which can be stateful, a component can be created with EC6 (JavaScript version 6) class or JavaScript functions or arrow function also in EC6.

USES
Client-side web developer uses react to create modern website such as social Media, E-Commerce, Streaming site etc.

1 (of 1 pages)