|
|
|
|
|
by trojans1290
34 days ago
|
|
Thanks for the breakdown on the above. I’m wondering - have you ever tried a batteries included backend framework + react? So maybe ror, Django, laravel, spring boot, etc? At what point is it too much racking on various node packages vs just using a proven backend framework + openapi? Then run wild with react on the frontend. |
|
What I will say though is that if I could go back I would probably reconsider the "everything in typescript" and "lets use nextjs, it's what everybody uses" and reach for something more performant because the things that turned out to be difficult to build cleanly again existed on the edges of all of this.
Perhaps Go or Rust for the backend, generate a client or bindings and Solid or Svelte for the frontend.