|
|
|
|
|
by innomatics
1243 days ago
|
|
I love Django but think this is a pretty sensible stack for a single developer who is strong at JS. You are still going to have to make a lot of correct library decisions to implement key features like auth and a DAL. Nest JS is an interesting batteries included approach (haven't tried). TypeORM had a lot of issues few years ago but might be getter better. Disagree re: TypeScript though. Most libraries worth using have types or are TS native these days. I find myself much more productive writing TS on solo projects with less foot gunning. |
|