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.

B-Trees: Why Every Database Uses Them

https://mehmetgoekce.substack.com/p/b-trees-why-every-database-uses-them
1•signa11•1m ago•0 comments

Valve makes almost $50M per employee

https://www.tomshardware.com/video-games/pc-gaming/valve-makes-almost-usd50-million-per-employee-...
2•xu_ituairo•3m ago•0 comments

US issues security NOTAM for Venezuelan airspace

https://www.flightradar24.com/blog/aviation-news/us-issues-security-notam-for-venezuelan-airspace/
1•8ig8•7m ago•0 comments

Show HN: I slowed down and visualized birdsong [video]

https://www.youtube.com/watch?v=mhHGuAUUCUE
1•andai•8m ago•0 comments

Ask HN: Hearing aid wearers, what's hot?

4•pugworthy•11m ago•0 comments

Anna's Archive 'WorldCat Scrape' Lawsuit Drops $5M Claim, Pivots to Takedown

https://torrentfreak.com/annas-archive-worldcat-scrape-lawsuit-drops-5m-claim-pivots-to-takedown-...
4•t-3•17m ago•0 comments

Passing the Torch – My Last Root DNSSEC KSK Ceremony as Crypto Officer 4

https://technotes.seastrom.com/2025/11/23/passing-the-torch.html
2•greyface-•20m ago•0 comments

Future War Will Be Fought with Sticks and Stones

https://smallwarsjournal.com/2025/11/20/future-war-will-be-fought-with-sticks-and-stones/
4•Gaishan•30m ago•1 comments

My Life Is a Lie: How a Broken Benchmark Broke America

https://www.yesigiveafig.com/p/part-1-my-life-is-a-lie
4•jger15•31m ago•0 comments

FBI concludes Trump's would-be assassin acted alone during rally shooting

https://vechron.com/2025/11/fbi-trump-rally-shooting-investigation-closed/
16•GeorgeWoff25•33m ago•6 comments

A Unified Theory of Ego, Empathy, and Humility at Work

https://matthogg.fyi/a-unified-theory-of-ego-empathy-and-humility-at-work/
1•mrmatthogg•35m ago•0 comments

LowType: Elegant Types in Ruby

https://github.com/low-rb/low_type
1•lowtype•38m ago•0 comments

Show HN: YipYap – I wanted something to tell me what to do with my Stripe KPIs

https://yipyap.fyi
1•zach_olson•45m ago•0 comments

Preserve? Conserve? AI will need reasons

1•sonicvrooooom•47m ago•1 comments

Practical Security in Production

https://queue.acm.org/detail.cfm?id=3773097
1•tkhattra•49m ago•0 comments

Mew Design – Natural language to editable UI/graphic design

https://mew.design
1•bkidyy•53m ago•1 comments

Pabst, Pamphlets and a Petition: A Harvard-Yale Tailgate in the Trump Era

https://www.nytimes.com/2025/11/23/us/politics/yale-harvard-football-trump.html
1•whack•54m ago•1 comments

Google Leapfrogged Rivals with New Gemini Rollout

https://www.wsj.com/tech/ai/google-gemini-3-ai-behind-scenes-e1787729
1•gmays•55m ago•2 comments

Does Dioxus Spark Joy?

https://fasterthanli.me/articles/does-dioxus-spark-joy
2•ffin•56m ago•0 comments

All your data belongs to us: the rise of Palantir

https://www.newstatesman.com/culture/books/book-of-the-day/2025/11/all-your-data-belongs-to-us-th...
4•nsoonhui•57m ago•2 comments

Four Heresies

https://kaverennedy.substack.com/p/four-heresies
2•surprisetalk•1h ago•1 comments

A ncurses-based command line torrent client for high performance

https://github.com/rakshasa/rtorrent
3•gslin•1h ago•0 comments

Founder Residency for Technical Founders

https://www.focal.vc/residency
2•pdu_•1h ago•1 comments

Work from Home in Skyrim VR [video]

https://www.youtube.com/watch?v=v9gIK4j1Ip0
1•andai•1h ago•0 comments

Show HN: GPT-OSS Flash Attention via Native PyTorch SDPA

https://gist.github.com/markrogersjr/ebada9ad3a31381d8d4e0d956c852569
1•markrogersjr•1h ago•0 comments

Founders and Freelancers – Advice Needed

2•kayleighb1•1h ago•0 comments

Generating tailored and efficient code for every query

https://cedardb.com/blog/compilation/
1•teleforce•1h ago•0 comments

New magnetic component discovered in the Faraday effect

https://phys.org/news/2025-11-magnetic-component-faraday-effect-centuries.html
4•jchanimal•1h ago•0 comments

Dwarf support for macOS and Linux · OCaml/OCaml

https://github.com/ocaml/ocaml/pull/14369
2•akalin•1h ago•0 comments

Tesseract Quantum

https://tesseractquantum.com/
1•nsoonhui•1h ago•0 comments