Use Effect hook for beginners
To understand useEffect hook we sholud know side effects and pure functions in Java-script becuase useEffect hook is derived or implemented by using those two concepts of vanilla java script
pure functions
function which implements the side effect i...
balaji567.hashnode.dev3 min read