useReplit
The useReplit() hook establishes the handshake between the Replit and the extension and passes the API wrapper for usage inside a React component.
useReplitEffect
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.
useWatchTextFile
The useWatchTextFile() hook returns the contents of a text file in realtime.