This article tells about React UseEffect(), This central concept react with lifecycle components to render your code.
UseEffect Syntax
UseEffect(() => {
----------your code -----------
},[])
UseEffect really helps to render your code and your code inside the UseEffect hooks. First run, in UseEffect hooks after running the codes.
Top comments (0)