Content
@
https://opensea.io/collection/dev-21
0 reply
0 recast
2 reactions
Harry
@htormey
Things Iâll say on farcaster but not on X: Some days NextJS feels like a massive top of funnel scam to get you locked in to Vercel only features. The amount of breaking changes and complexity to utility ratio seems very off with this projectâŚ
7 replies
6 recasts
23 reactions
Steve
@stevedylandev.eth
Facts I generally donât mind for smaller projects where I need to ship something quick, but itâs definitely worth your time to learn how to migrate to another stack/platform.
1 reply
0 recast
2 reactions
Tony DâAddeo
@deodad
whatâs your go to for something that also provides robust scaffolding but is less opinionated?
1 reply
0 recast
1 reaction
Steve
@stevedylandev.eth
I'm personally a huge fan of Astro! - Can do server, client, or hybrid rendering - Has integrations for any UI framework like React, Svelte, Vue, etc - Has loads of deployment adapters for other platforms or even for self hosting - DOESN'T CACHE EVERYTHING đ - Also works great for content sites because of its md/mdx built-ins Story: my personal website is built in Astro, and I had one blog post in particular go super viral. Started getting alerts in Vercel that I was going over limits, and in 10 mins I was able to deploy to Cloudflare instead where it handled insane traffic for free.
2 replies
0 recast
2 reactions
Steve
@stevedylandev.eth
If I had to do a super heavy used app I would do a combo of a server in go with a client in astro
0 reply
0 recast
1 reaction
Tony DâAddeo
@deodad
awesome thanks! the caching is infuriating â using Next makes me feel like an old codger complaining about how complicated and abstracted everything is
1 reply
0 recast
2 reactions