Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 657 Bytes

File metadata and controls

30 lines (18 loc) · 657 Bytes
title experimental_useEffectEvent

This API is experimental and is not available in a stable version of React yet.

You can try it by upgrading React packages to the most recent experimental version:

  • react@experimental
  • react-dom@experimental
  • eslint-plugin-react-hooks@experimental

Experimental versions of React may contain bugs. Don't use them in production.

useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event.

const onSomething = useEffectEvent(callback)