+ 5
what is react.js?
explain about react js
4 Answers
+ 4
take a look here: https://en.m.wikipedia.org/wiki/React_(JavaScript_library)
+ 5
It's like Firebase, jquery. Just a module
You can do further reading.
+ 4
React is a declarative, efficient, and flexible JavaScript library for building user interfaces( almost same like jquery maybe ) Your components tell React what you want to render â then React will efficiently update and render just the right components when your data changes. Here, ShoppingList is a React component class, or React component type.
+ 1
A Javascript framework