Integrating Effect-TS with Next.js: Handling HMR, Lifecycle Hooks, and Graceful Shutdown
Any examples on hooking up effect-ts code with meta frameworks like next.js in a way that takes care of issues related to hot module reloading, lifecycle hooks, graceful shutdown etc?
