frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

React Meta-Framework Feels Broken, Here's Why

https://rwsdk.com/blog/your-react-meta-framework-feels-broken
22•dthyresson•10mo ago

Comments

dthyresson•10mo ago
A new blog post argues that today’s React meta-frameworks like Next.js and Remix are too abstract and “feel broken,” adding complexity through magic and indirection. It introduces RedwoodSDK as a simpler, more transparent alternative that prioritizes native web APIs and production-parity development.
codingdave•10mo ago
You don't need to (and should not) add a Tl;dr comment when you post something. If you want to tell the story of how you came up with an idea, do a "Show HN". That is the correct way to self-promote on HN.
dthyresson•10mo ago
That wasn't my intent. I haven't used HN much. Will do next time. Thx!
pistoriusp•10mo ago
I'm the author of this article, and this is the second time I've built a framework. I co-created RedwoodJS with Tom Preston-Werner several years ago - and we came up with some novel ideas, but I had a nagging feeling that something wasn't right.

A failed-startup and a kid later... and I'm back. I couldn't let go of the original vision of RedwoodJS, but I wanted to start from scratch. So we built RedwoodSDK, which is a React framework for Cloudflare. It starts as a Vite Plugin that gives you server-side-rendering, RSC, streaming, and realtime capabilities.

Our standards based route feels invisible, with simple pattern matching, middleware and interrupters. You receive a request and return a response. You own every byte over the wire.

There's zero magic. Just TypeScript, modules, functions, values, and types.

chipgap98•10mo ago
Aren't the "defineApp" and "route" methods in rwsdk also magic? It feels like rwsdk is just being more deliberate about when and where to introduce those magic functions.

I'm a big fan of rwsdk so far. Thanks for building!

pistoriusp•10mo ago
Nope! They just return standard JavaScript.

A typical worker looks something like this:

    export default {
        fetch({ request }) {
          return new Response('ok')
        } 
    }

DefineApp just wraps that initial entry point into something that allows us to run middleware, match the router, and render out the page or the response object.

Love that you're a fan! Remember... No magicians allowed here.

gadfly361•10mo ago
I think a notable difference is with one, you can read the code in the file and understand what it will return. With others, you need to read the code and then do a mental join of the framework's conventions to know what it'll return.

Average gas price poised to hit $4 a gallon

https://www.consumeraffairs.com/news/average-gas-price-poised-to-hit-4-a-gallon-032426.html
1•geox•34s ago•0 comments

Porting Go's io package to C

https://antonz.org/porting-go-io/
1•ashvardanian•55s ago•0 comments

A Cat Left Paw Prints on the Pages of This Medieval Manuscript

https://www.smithsonianmag.com/smart-news/a-cat-left-paw-prints-on-the-pages-of-this-medieval-man...
1•jruohonen•1m ago•0 comments

Meta and YouTube Lose Landmark Social Media Trial

https://www.wsj.com/tech/meta-and-youtube-lose-landmark-social-media-trial-33e4c5cb
1•jaredwiener•2m ago•0 comments

Google Voice suddenly requires an ID to text

https://old.reddit.com/r/Googlevoice/comments/1s3ha6h/suddenly_asks_for_my_id_to_send_a_text/
1•cft•2m ago•0 comments

ARC-AGI-3 Leaderboard

https://arcprize.org/leaderboard
1•yusufozkan•3m ago•0 comments

The AI Depression

http://charleshughsmith.blogspot.com/2026/03/the-ai-depression.html
1•speckx•4m ago•0 comments

Meta and YouTube Found Negligent in Landmark Social Media Addiction Case

https://www.nytimes.com/2026/03/25/technology/social-media-trial-verdict.html
4•mrjaeger•4m ago•0 comments

Should I Iron This Shirt?

https://weirdtools.xyz/should-i-iron-this-shirt/
1•kadirmalak•4m ago•0 comments

Google is expanding to neutral atom quantum computing

https://blog.google/innovation-and-ai/technology/research/neutral-atom-quantum-computers/
1•ernesto95•6m ago•0 comments

Long-Form Comes to Bridgy Fed

https://blog.anew.social/long-form-comes-to-bridgy-fed/
1•Kye•6m ago•0 comments

Show HN: Τ³-Bench is out – can agents handle complex docs and live calls?

2•victorbarres•8m ago•0 comments

Apple Can Create Smaller On-Device AI Models from Google's Gemini

https://www.macrumors.com/2026/03/25/apple-google-gemini-distill-models/
3•thm•9m ago•1 comments

Show HN: AI Chat that dynamically assembles UI over time

https://beta.kailaido.com/
1•terryr518•9m ago•0 comments

Unthinkingness, Conspiracies, and What to Do About Them [audio]

https://www.preposterousuniverse.com/podcast/2025/10/27/333-gordon-pennycook-on-unthinkingness-co...
1•BiraIgnacio•10m ago•1 comments

Is Creativity a Young Person's Game?

https://thereader.mitpress.mit.edu/is-creativity-a-young-persons-game/
1•ilamont•10m ago•0 comments

A rare active volcano on Mars may be causing the whole planet to spin faster

https://www.livescience.com/space/mars/a-rare-active-volcano-on-mars-may-be-causing-the-whole-pla...
1•Brajeshwar•11m ago•0 comments

UK iPhone users face over-18 age check to use services after update

https://www.theguardian.com/technology/2026/mar/25/apple-iphone-users-face-over-18-age-check-to-u...
3•chrisjj•11m ago•0 comments

Show HN: Open-source agentic commerce marketplace

https://marketplace.openship.org
1•theturtletalks•11m ago•0 comments

Sunset of Bitbucket Issues and Wikis

https://community.atlassian.com/forums/Bitbucket-articles/Announcing-sunset-of-Bitbucket-Issues-a...
1•eslaught•14m ago•0 comments

My 'Oh My OpenCode' Setup

https://blog.vfiles.no/posts/my-oh-my-opencode-setup/
1•DiFronzo•14m ago•0 comments

A motion graphics library in ~100 lines

https://skeary.me/blog/motion
1•philocalyst•14m ago•0 comments

Android Sets New Record for Mobile Web Performance

https://blog.chromium.org/2026/03/android-sets-new-record-for-mobile-web.html
1•HieronymusBosch•14m ago•0 comments

We tried Modal, Cloudflare Containers, and Sprites, then built our own

https://camelai.com/blog/we-tried-every-container-service-then-built-our-own
1•illiana•16m ago•0 comments

Yo – A programming language blending C, Lisp, JavaScript, Rust, Zig, Koka, etc.

https://github.com/shd101wyy/Yo
1•shd101wyy•16m ago•0 comments

How AI Is Creeping into the New York Times

https://www.theatlantic.com/culture/2026/03/how-ai-creeping-new-york-times/686528/
1•JumpCrisscross•17m ago•0 comments

American AI Jobs Risk Index

https://digitalplanet.tufts.edu/ai-and-the-emerging-geography-of-american-job-risk-page/
1•littlexsparkee•17m ago•0 comments

You Computer Geeks Are All the Same

https://www.louiechristie.com/blog/2021/02/19/you-computer-geeks-are-all-the-same/
1•louiechristie•17m ago•0 comments

Show HN: 82.2M startup alternative for Product Demos

1•gapostolov•18m ago•0 comments

Meta Is Cutting Several Hundred Jobs Amid Record AI Spending

https://www.bloomberg.com/news/articles/2026-03-25/meta-is-cutting-several-hundred-jobs-amid-reco...
2•DGAP•19m ago•0 comments