Content
@
https://opensea.io/collection/dev-21
0 reply
0 recast
2 reactions
Steve
@stevedylandev.eth
Devs are waking up πͺ https://youtu.be/zJVyOETKvzQ
4 replies
3 recasts
26 reactions
pugson
@pugson
$20/mo to not have to do any of this is a great deal
4 replies
0 recast
9 reactions
Steve
@stevedylandev.eth
Until it's not $20 a month ;) There are plenty of other solutions out there that work way better than this and are still very affordable (i.e. Cloudflare workers or pages). The key imo is using frameworks that have the ability to migrate somewhere else vs Next which is a total lock in
1 reply
0 recast
1 reaction
pugson
@pugson
next can be deployed to railway at any time. the key is decoupling your backend from serverless functions and using SSR only where it makes sense
2 replies
0 recast
2 reactions
Steve
@stevedylandev.eth
While you can deploy Next in other contexts, it's never complete and has the full integration that Vercel has with Next. Sure you can limit SSR as much as possible, but you still end up with a messy experience full of bugs (which people do, and hence why OpenNext exists). Why bother when there are way better options out there? I totally understand the appeal of Next.js and Vercel, but imo they're a bundled deal.
1 reply
0 recast
1 reaction
pugson
@pugson
i ran into bugs with some middleware configurations when hosting next.js outside of vercel but managed to work around them. everything else was working properly, no rendering bugs. but yeah vercel + next is a great bundle. they are making a lot of things so easy β especially for personal software or apps that wonβt have 10k+ users. what options are those? using vite with react makes the most sense for highly dynamic apps. but you can achieve the same results with next.js although you need to know the framework and platform to prevent paper cuts which can end up costing $$$
1 reply
0 recast
0 reaction
Steve
@stevedylandev.eth
Yup Vite + React is my personal go to as well for the client. For backend absolutely Hono.dev. Can deploy basically anywhere, great ecosystem support through middleware plugins, just slaps. Hono + Cloudflare Worker provides both an awesome dev experience but also easy deployments.
0 reply
0 recast
0 reaction