Fuankuk's Posts
Nairaland Forum › Fuankuk's Profile › Fuankuk's Posts
1 (of 1 pages)
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 [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)