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•6mo ago

Comments

dthyresson•6mo 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•6mo 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•6mo ago
That wasn't my intent. I haven't used HN much. Will do next time. Thx!
pistoriusp•6mo 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•6mo 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•6mo 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•6mo 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.

What Is HATEOAS?

https://blog.hmpl-lang.dev/2025/11/27/what-is-hateoas/
1•aanthonymax•2m ago•0 comments

Canada signs pipeline deal that could reverse oil tanker ban

https://apnews.com/article/canada-oil-pipeline-alberta-oil-british-columbia-carney-bdbd13b337ee12...
1•geox•6m ago•0 comments

Bending Emacs – Episode 6: Overlays [video]

https://www.youtube.com/watch?v=93wWCroTKnM
1•xenodium•8m ago•0 comments

Hydrogen fuel isn't always the green choice

https://www.nature.com/articles/d41586-025-03695-0
1•mpweiher•13m ago•0 comments

All OpenReview Data Leaks

https://twitter.com/iclr_conf/status/1994104147373903893
1•nsagent•16m ago•1 comments

Mapping a universe of open source software: the Nixpkgs dependency graph

https://www.tweag.io/blog/2019-02-06-mapping-open-source/
2•fanf2•16m ago•0 comments

Vibro-Braille for Deaf-Blind

1•Billiamdan•21m ago•0 comments

Acute Febrile Neutrophilic Dermatosis (Sweet Syndrome)

https://emedicine.medscape.com/article/1122152-overview
1•wjb3•22m ago•0 comments

Managed Code – New Site

https://www.managed-code.com/
2•managedcode•24m ago•0 comments

It's time to accelerate the development of antimatter for space propulsion

https://caseyhandmer.wordpress.com/2025/11/26/antimatter-development-program/
3•modeless•26m ago•0 comments

Requiem for Early Blogging

https://www.elizabethspiers.com/requiem-for-early-blogging/
3•bookofjoe•27m ago•0 comments

Baikonur launch pad damaged after Russian Soyuz launch to Space Station

https://www.reuters.com/science/baikonur-launch-pad-damaged-after-russian-soyuz-launch-internatio...
1•perihelions•27m ago•0 comments

Drones have revolutionized warfare. They're about to do it again

https://www.cnn.com/2025/11/27/world/history-future-of-drones-intl-hnk-ml-dst
3•breve•28m ago•1 comments

Lucas 'Granpa' Abela live [video]

https://www.youtube.com/watch?v=2aMBMbEWc6I&list=RD2aMBMbEWc6I
1•marysminefnuf•28m ago•0 comments

Emma Mazzenga is redefining athletic longevity at 92 years old

https://www.cnn.com/2025/11/27/sport/athletics-emma-mazzenga-redefining-longevity-92-intl
1•breve•29m ago•1 comments

From Cloudwashing to O11ywashing

https://charity.wtf/2025/11/24/from-cloudwashing-to-o11ywashing/
2•BerislavLopac•32m ago•0 comments

T1 accepts Elon Musk's challenge for top LoL team to compete against Grok AI

https://www.dexerto.com/league-of-legends/t1-accepts-elon-musks-challenge-for-top-lol-team-to-com...
1•andsoitis•33m ago•2 comments

Yawning Abyss of the Decimal Labyrinth

https://oh4.co/site/numogrammaticism.html
2•austinallegro•34m ago•0 comments

AWS-Lambda-Roadmap

https://github.com/aws/aws-lambda-roadmap
1•rmason•36m ago•1 comments

Show HN: No Black Friday – A directory of fair-price brands

https://no-blackfriday.com
2•rouuuge•38m ago•0 comments

Docker model runner integrates vllm

https://www.docker.com/blog/docker-model-runner-integrates-vllm/
2•robot-wrangler•41m ago•0 comments

Rust 2027 considering replacing poisoned locks

https://github.com/rust-lang/rust/issues/149359
1•vsgherzi•44m ago•0 comments

FileZilla Pro "Perpetual License" – A Warning to All Users

https://github.com/x011/FileZilla-Pro-Download
3•lobito25•45m ago•1 comments

Major fire rages at Hong Kong housing estate [video]

https://youtu.be/1WD0j0mW5qo
1•busymom0•45m ago•0 comments

You might be carrying an invisible gun

https://www.modernleader.is/p/invisible-gun
2•sebg•46m ago•0 comments

The Impossible Prompt

https://teodordyakov.github.io/the-impossible-promt/
2•emn13•46m ago•1 comments

An Empirical Study on Why LLMs Struggle with Password Cracking

https://arxiv.org/abs/2510.17884
1•gnabgib•49m ago•0 comments

Neural Architecture Design as a Compositional Language

https://lambpetros.substack.com/p/neural-architecture-design-as-a-compositional-32e
1•speiroxaiti•58m ago•0 comments

Refrag: Rethinking RAG Based Decoding

https://arxiv.org/abs/2509.01092
1•redbell•58m ago•1 comments

OpenAI Hacked, a Lot Leaked

https://peq42.com/blog/openai-hacked-a-lot-leaked/
5•peq42•58m ago•2 comments