useIsFirstRender*

React lifecycle hook that differentiate between the first and subsequent renders with useIsFirstRender.

hooks
Description of the SVG image Loading...

About

The useIsFirstRender hook is a useful for determining whether the current render is the first render of a component. This hook is particularly valuable when you want to conditionally execute certain logic or render specific components only on the initial render, providing an efficient way to differentiate between the first and subsequent renders.

Installation

Run the following command:

npx ever-ui-clx@0.2.1 add demo-use-is-first-render
# └──> Hook coming soon.

Usage