Source: /cirosantilli/useeffect

= `useEffect`

This should only be used for things that happen outside of the state that <React> trackes, e.g. `window` event handlers.

Examples:
* <react/ref-click-counter-func.html>{file}