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
Steve
@stevedylandev.eth
Might depend on your needs, but in my experience Next.js does just fine for less intensive tasks. It lets you build quick and dirty, then rewrite as necessary. More unified than anything else you’ll try out imo.
1 reply
0 recast
1 reaction
Samuel
@samuellhuber.eth
thank you. Does next.js go fast with auth and some more integrated stuff? Likely simple to add since many use it?
1 reply
0 recast
0 reaction
Steve
@stevedylandev.eth
I would say yes! It’s such a popular framework that there’s plenty of providers like Clerk which will have fast startup guides.
1 reply
0 recast
0 reaction
Samuel
@samuellhuber.eth
dang clerk even has react native starters using expo :O that's cool! can't find clerk being fully OpenSource though sadly would be insane if it was too https://github.com/clerk/clerk-expo-starter
1 reply
0 recast
0 reaction
Steve
@stevedylandev.eth
I haven’t done much with auth, but from what I’ve heard, 9/10 you do not want to roll your own auth. Dyor of course :)
1 reply
0 recast
0 reaction