Hooks
useReplitEffect() Hook
The useReplitEffect()
hook fires a callback with the replit
API wrapper upon the first component render and when its dependency array changes. It is similar in functionality to the useEffect
React hook.
Was this page helpful?