Content
@
0 reply
0 recast
0 reaction
Samuel
@samuellhuber.eth
Typescript backend/API what is THE go to? Hearing lots of nest.js next.js and tRPC talks. Also love what Adonis.JS is doing in bundling things you need anyways like lavarel. Just don't know THE one
12 replies
0 recast
3 reactions
Gabriel Ayuso
@gabrielayuso.eth
for web app projects that don't need too much backend work building on NextJS is fine, especially if you want to ship something quickly and simple. If you want to push the envelope and not build yet-another-nextjs-app then don't use TS for backend, just for frontend (which can also be replace with a WASM lang).
0 reply
0 recast
2 reactions
Apaki
@apaki
What languages you suggest instead of TS for backend in the " push the envelope" case?
1 reply
0 recast
0 reaction
Gabriel Ayuso
@gabrielayuso.eth
Honestly even TS could do the trick if you move away from just stitching together a bunch of modules but I think it's healthy to use a different language. I personally prefer Go. Others might use Rust, Python, etc.
1 reply
0 recast
2 reactions
Samuel
@samuellhuber.eth
The blind module stitching is why I am asking in the first place as that screams deprecated dependencies and supply chain attacks
0 reply
0 recast
1 reaction