-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Rohan Nair edited this page Jun 25, 2024
·
1 revision
This is a central spot to write down why some architectural decisions were made.
- Initially had this as a Hono-in-Next.js app, but debugging the backend was too difficult, and I had implicitly locked myself into a hono/vercel edge implementation
- Bun lets me have a monorepo with no-additional tooling
- Faster than node
- I wanted to avoid overhead of transpile
- React-router guys did React-router-guys things with Remix
- Lightweight API layer, which is extremely fast
- Works very nicely with Bun
- Loving the API
- Seemingly as robust as Fastify ecosystem
- Lightweight RPC support is awesome!
- Prisma has too many footguns