Week-4 Lecture 4
In this weeks lecture and lab react was discussed, how html can be integrated with react was also explained. React follows the MVC architecture which is the Model-View-Controller Architecture. React framework was developed by facebook and it’s open source community.
React is a front-end language hence allows to alter how the view is shown to it’s client or user of a specific web application. Facebook also introduced redux and flux which is also a very efficient back-end scripting language which allows efficient transferring of data with the Model which in turn connects with the database.
The specialty of react if although it is a single threaded language react can update the a specific element through it’s DOM(Document Object Model) without updating the whole package like in other primitive languages.
React consists of App.js file which contains most of the packages and libraries that could be used.