▲ | matt-p 5 days ago | ||||||||||||||||
Having front-end and backend in the same language and mono repo is such an outrageous productivity booster for me. Obviously the opposite may still be true if you've got big, separate frontend and backend teams but if you just want to ship.. I wouldn't have it any other way. | |||||||||||||||||
▲ | webdevladder 5 days ago | parent | next [-] | ||||||||||||||||
Full-stack rich schemas, not the poor lossy JSON Schema or other language-agnostic ones, are so nice for long-term quality and development velocity. You get to categorically avoid bugs that drag teams down. Zod 4, ArkType, and Valibot are all great. | |||||||||||||||||
| |||||||||||||||||
▲ | happimess 5 days ago | parent | prev [-] | ||||||||||||||||
You can have a monorepo with any tech stack you'd like. You can write your front-end and back-end in the same language. No shade to you for finding a productive setup, but Next.js tightly couples your front-end and back-end, no question. | |||||||||||||||||
|