|
|
|
|
|
by 0xblinq
965 days ago
|
|
I think you are confusing a productive language with a productive ecosystem. Using typescript and next maybe you are super productive writing code, but in the big scheme of things you are not productive if you have to reinvent the wheel and write your own framework. Neither Next nor typescript will give you an integrated solution for translations, background jobs, schedules, validation, ORM, queues, file uploads, authentication, authorization, etc. Granted, you’re super fast writing typescript but we are not talking about the same kind of productivity I think. |
|