Hacker News new | ask | show | jobs
by vekker 2052 days ago
It's funny how the author went for React for the frontend, even though Angular + Nest.js are a much more synergistic duo. He even structured the application like a typical Angular app.... Why not simply just go with Angular? :D
3 comments

I'm working on a set of schematics that generate an Nx Workspace using NestJS and Angular. It uses GraphQL to communicate between frontend and backend and the data layer uses Prisma.

It's pretty much work in progress but you should be able to scaffold out a new working project.

Feel free to check it out. Happy to answer any questions

https://github.com/nxpm/stack

Very interesting, we should get in touch to see if there is a possibility of collaboration here. If interested, email me y.thibodeau1@gmail.com
Totally biased opinion as I'm familiar with React, but if you want to learn more about the thought process behind the decision, I recommend reading this: https://yann510.hashnode.dev/creating-a-todo-application-usi...
maybe they were familiar with React and not with Angular?