Remix.run Logo
christophilus an hour ago

This is the way. Trivial to get live reloading working. HMR is overrated. I went with esbuild in my last project, and have no regrets. Also, used my own 100line end-to-end typed RPC layer with Zod validation doing the heavy lifting. No code gem required for any part of the project other than generating types from Postgres. No regrets there, either. The only thing I would have changed in that project is I would have used Kysely instead of just raw porsager.