@pastable/react

One liner to force a re-render when needed

Usage

const forceUpdate = useForceUpdate();
// ...
// Later
forceUpdate();