frontpage.
newsnewestaskshowjobs

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•1y ago

Comments

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

I run my agency's 10 AI agents from launchd, no n8n, 0 dependencies

https://github.com/Botfather90/digiton-agent-fleet
1•Brandon99pt•27s ago•0 comments

Shuji Nakamura, Nobel Prize winning inventor of Blue LED, working on fusion

https://www.cnn.com/science/shuji-nakamura-lit-up-the-world-and-now-wants-to-power-it-spc
2•osnium123•4m ago•0 comments

Looks good, feels bad? Review explains why modern design can strain your brain

https://www.stir.ac.uk/news/2026/july-2026-news/looks-good-feels-bad-stirling-led-review-explains...
2•hhs•5m ago•0 comments

Let us now praise famous shape rotators

https://hollisrobbinsanecdotal.substack.com/p/let-us-now-praise-famous-shape-rotators
1•HR01•8m ago•0 comments

AIsteels – Materials Intelligence Stack

https://www.aisteels.it/
1•DrNuke•8m ago•0 comments

A Brief History of the Crazy Old 7-Segment Display

https://hackaday.com/2026/07/09/a-brief-history-of-the-crazy-old-7-segment-display/
2•kristianp•9m ago•1 comments

WolfIP Doesn't Allocate

https://hackaday.com/2026/04/09/wolfip-doesnt-allocate/
1•kristianp•10m ago•0 comments

Plants get wearables to track their health

https://now.tufts.edu/2026/07/08/plants-get-wearables-track-their-health
2•hhs•11m ago•0 comments

Gesamtwerk // Metaphysische Systemtheorie Ein Zustandsraum-Modell

https://www.academia.edu/169875498/GESAMTWERK_METAPHYSISCHE_SYSTEMTHEORIE_Ein_Zustandsraum_Modell...
1•MMSI•12m ago•0 comments

Arizona toddler declared dead was found alive in the morgue

https://www.nbcnews.com/news/us-news/arizona-toddler-declared-dead-was-found-alive-morgue-rcna352853
2•type0•15m ago•0 comments

Gary Kildall's Death Investigation

https://dfarq.homeip.net/gary-kildalls-death-investigation/
3•rbanffy•15m ago•0 comments

Show HN: I scrape an $8.5M-ARR company run by AI agents and chart it live

https://maertspolsia.mzpx.ai
1•pro_methe5•15m ago•0 comments

Stop Making Threads

https://moonside.games/posts/stop-making-threads/
1•chnoblouch•19m ago•0 comments

China takes a page from SpaceX and recaptures first stage of rocket to reuse it

https://apnews.com/article/china-rocket-space-reuse-6d695fcad64a101dc3991c1bfa0e7357
1•tocs3•22m ago•0 comments

Tip

https://vivaldi.com/blog/tips/tip-830/
1•nahidai•22m ago•0 comments

Go Pop quiz: what time was it?

https://dave.cheney.net/2025/12/18/pop-quiz-what-time-was-it
1•kristianp•26m ago•0 comments

Einstein's relativity rules chemical bonds in heavy elements, new research shows

https://www.brown.edu/news/2026-07-09/chemical-bonds-relativity
8•hhs•29m ago•2 comments

China recovered its first reusable rocket and showed a new way to do it

https://arstechnica.com/space/2026/07/china-recovered-its-first-reusable-rocket-and-showed-a-new-...
2•sohkamyung•30m ago•0 comments

It's Now Imperative That You Copy That Floppy

https://hackaday.com/2026/07/07/its-now-imperative-that-you-copy-that-floppy/
1•rbanffy•30m ago•0 comments

OmFest Interest Form

https://docs.google.com/forms/d/e/1FAIpQLScyY9c5MowPFW6BmIitqaaF3T-ykM_d8eD2pq2XqwSt7N50zg/viewform
1•mooreds•33m ago•0 comments

Old Icons – All This

https://leancrew.com/all-this/2026/07/old-icons/
1•rbanffy•34m ago•0 comments

Neobrutalism Layouts

https://www.neobrutalism.dev/
1•modinfo•36m ago•0 comments

MCPA: The First Official Certification for the Model Context Protocol

https://aaif.io/blog/introducing-the-mcpa-the-first-official-certification-for-the-model-context-...
1•mooreds•36m ago•0 comments

The AI and observability gap for front end teams

https://embrace.io/guides/ai-observability-gap-report/
2•contrecc•36m ago•0 comments

Y2K in orbit: Tomorrow, we run out of satellite catalogue numbers

https://celestrak.org/
2•ColinWright•37m ago•0 comments

China lands reusable rocket for first time, state media says

https://www.bbc.com/news/articles/cm2rmmx86pdo
4•mattas•37m ago•0 comments

Pearson's Anti-Piracy Vendor Takes Down Best-Selling Author's Own GitHub Repo

https://torrentfreak.com/pearsons-anti-piracy-vendor-takes-down-best-selling-authors-own-github-r...
4•iamnothere•37m ago•0 comments

Apple sues OpenAI/io for stealing trade secrets

https://drive.google.com/file/d/1jxHwYEn2bxsWO3ceHAMKwdWQ11Ijy_-e/view
4•shay_ker•43m ago•1 comments

Netflix reportedly among parties in talks to buy Letterboxd

https://www.theguardian.com/film/2026/jul/10/letterboxd-netflix-sales-talks
6•cdrnsf•48m ago•0 comments

Determinisitc MIDI Synthesizer

https://monictheory.com
1•song_synth•50m ago•0 comments