React JS is a JavaScript based open source library and with react we can develop dynamic web applications and introduced by Facebook (Meta) at 2013
React is developed and maintained by Facebook
Hooks πͺ in react
1. useEffect :
Syntax: useEffect(()=>{},[])
2. useState:
Syntax: const [state, setState] = useState(initialState)
Hooks can perform all the functions performed by Lifecycle methods in react
To read more about Hooks vist React Hooks πͺ
Official page.
Thanks for reading π
In the next blog we will see indepth about react js and redux
#Blog Read more like this
Comments
Post a Comment