boolean can be used in useEffect function with an if() clause to execute code like in a "didmount" lifecycle function. It's called only the first time the component is rendered.
Generated using TypeDoc
boolean can be used in useEffect function with an if() clause to execute code like in a "didmount" lifecycle function. It's called only the first time the component is rendered.