HackerTrans
トップ新着トレンドコメント過去質問紹介求人

serhalp

no profile record

投稿

Front end frameworks: a (belated) 2025 year in review

netlify.com
3 ポイント·投稿者 serhalp·6 か月前·1 コメント

Netlify deploys hundreds of thousands of Next.js sites – here's what challenging

netlify.com
89 ポイント·投稿者 serhalp·昨年·25 コメント

コメント

serhalp
·3 か月前·議論
Netlify and Vercel both use AWS. AFAIK neither uses Cloudflare. Vercel did use Cloudflare for parts of its infra until about a year ago though.
serhalp
·5 か月前·議論
We're working on it :)
serhalp
·6 か月前·議論
My job involves keeping a finger on the pulse of frontend web frameworks. I wrote a post about all I tracked in 2025.

Themes I saw: 1. So. Many. CVEs. 2. The Next.js team delivered! 3. Frameworks made changes for coding agents 4. RSCs entered a new phase 5. Signals won... almost 6. Rustification continues
serhalp
·6 か月前·議論
Hey, I built something somewhat similar a couple months ago: https://triple-buzzer.netlify.app/.
serhalp
·7 か月前·議論
TanStack Start has its own implementation of Server Functions: https://tanstack.com/start/latest/docs/framework/solid/guide.... It doesn't use React Server Functions, in part because it intends to be agnostic of the rendering framework (it currently supports React and Solid).

To be fair, they also haven't released (even experimental) RSC support yet, so maybe they lucked out on timing here.
serhalp
·7 か月前·議論
Same for Netlify: https://www.netlify.com/changelog/2025-12-03-react-security-...

and Deno Deploy/Subhosting: https://deno.com/blog/react-server-functions-rce
serhalp
·12 か月前·議論
> I really, really liked how Cargo did things (e.g. optional dependencies and rigid library structure) and it'd be incredible to have that for the JavaScript ecosystem.

FYI: https://thenewstack.io/vites-creator-on-a-unified-javascript...
serhalp
·12 か月前·議論
You can use the Tailwind Prettier plugin to automate this: https://github.com/tailwindlabs/prettier-plugin-tailwindcss. I'm not sure if it would support the precise grouping and sorting you prefer, but it may be worth it anyway!
serhalp
·昨年·議論
The ability to self-host on serverless compute is just a subset of the challenges. Even with your own VPS or ECS setup, I think it's legitimate to say a serious project requires server redundancy, and as soon as you have more than one running server it opens up requirements to synchronize cache state, which is a significant challenge. This has nothing to do with serverless architecture.
serhalp
·昨年·議論
Ooh, interesting. We didn't know about this. Is this it? https://github.com/caching-tools/next-shared-cache/tree/cana...
serhalp
·昨年·議論
This is a great point and definitely something we're mindful of. That sentence actually ended with "and share these with the community" in the draft, but we can't make promises on behalf of the Next.js team.

Our hope is that the OpenNext initiative's growth and connections with the Next.js team is just a first step toward shifting some Next.js governance out to the open. The article calls out that the OpenNext members are hoping to contribute to public RFCs in the future, with Next.js core team collaboration.