React Js
React Js
REACT JS
CONTENT
01 What is react js ?
04 REDUX
05 Hoc(Higher-Order Components)
06 DEMO ON PROJECT
What is React js?
React is a JavaScript library for building user interfaces.
It is an open-source, component-based front end library responsible only for the view
layer of the application. It was created by Jordan Walke, who was a software
engineer at Facebook.
Syntax:-
//Function call
higherOrder(30, add) // 50
THANK YOU