Skip to main content

Fancy Hooks

Apply FancY conditions to React Hooks

Prevent Unnecessary Updates

Compare previous data with new data and prevent unnecessary re-renders

Check Coming Data

Ignore updating new data or executing an effect if it is not what you want

Count updates and executions

Specify how many time data should be updated or an effect should be executed