You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it's too expensive to run and manage nextjs, koa, fastify, ts-node and nodemon together. With turborepo you could make 1 monorepo with frontend, build-service and cache-service.
This will significantly reduce the time to deplay and the complexity of project management.
For the frontend, you can stop worrying about turbopack support in the future and use app/router.
For services we can use typescript + fastify + tsx and there will be no need in koa, ts-node, nodemon and few other packages. Also tsx will save a lot of RAM and time during development.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I think it's too expensive to run and manage nextjs, koa, fastify, ts-node and nodemon together. With turborepo you could make 1 monorepo with frontend, build-service and cache-service.
This will significantly reduce the time to deplay and the complexity of project management.
For the frontend, you can stop worrying about turbopack support in the future and use app/router.
For services we can use typescript + fastify + tsx and there will be no need in koa, ts-node, nodemon and few other packages. Also tsx will save a lot of RAM and time during development.
Beta Was this translation helpful? Give feedback.
All reactions