Explain about types of side effects in React
component.
There are two common kinds of side effects in React components: those that don’t require cleanup, and those that do.
Effects Without Cleanup
Sometimes, we want to run some additional code after React has updated the DOM. Network requests, manual DOM ...
rajamuhammadasher.com1 min read