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.

Lightning Map

https://map.blitzortung.org/
1•Cider9986•5m ago•1 comments

Apple Will Enable iOS 18 Security Updates for iOS 26-Capable Devices

https://www.wired.com/story/apple-will-push-out-rare-backported-patches-to-protect-ios-18-users-f...
1•tech234a•5m ago•0 comments

Burning Tokens Fast

https://github.com/openai/codex/issues/14593
1•0x1997•7m ago•0 comments

You're cooked either way. Which kind of cooked do you want to be?

https://www.eomag.io/article/ralphthon
1•chanwooEO•8m ago•2 comments

Intel SGX: Global Wrapping Key Extracted

https://twitter.com/_markel___/status/2039067007744688166
3•fogzen•8m ago•0 comments

ClawDecode – What we found reading all 512K lines of Claude Code's leaked source

https://www.clawdecode.net/
1•AveryChai•9m ago•1 comments

AI Agent Traps

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6372438
1•handfuloflight•11m ago•0 comments

Congressman Calls for FBI Help over Missing General, Scientists

https://www.newsweek.com/congressman-calls-for-fbi-help-over-missing-general-scientists-11764096
3•gradus_ad•14m ago•0 comments

From Hierarchy to Intelligence

https://twitter.com/jack/status/2039003879841362278
1•mellosouls•16m ago•0 comments

Rethinking Language Model Scaling Under Transferable Hypersphere Optimization

https://arxiv.org/abs/2603.28743
1•matt_d•17m ago•0 comments

NASA Chief: "We Just Built Antigravity Propulsion " [video]

https://www.youtube.com/watch?v=mOWwdIuyaQA
1•chadpaulson•19m ago•0 comments

Justice Dept. Struggles to Respond to Trump's Suit Against IRS

https://www.nytimes.com/2026/03/31/us/politics/trump-irs-lawsuit-doj.html
3•duxup•20m ago•1 comments

Red hair, one year later

https://imsadartistgirlfrominternet.substack.com/p/red-hair-one-year-later
1•lucieleud•21m ago•0 comments

LFM2.5-350M: No Size Left Behind

https://www.liquid.ai/blog/lfm2-5-350m-no-size-left-behind
1•jbarrow•22m ago•1 comments

Why seizing Iran's uranium would be so risky for the US

https://www.bbc.com/news/articles/cvglv5v4yvpo
2•tartoran•26m ago•0 comments

OpenAI Closes Silicon Valley's Largest-Ever Funding Round: $122B

https://www.wsj.com/tech/ai/openai-closes-silicon-valleys-largest-ever-funding-round-e48372c9
1•bookofjoe•29m ago•2 comments

My son pleasured himself on Gemini Live. Entire family's Google accounts banned

https://old.reddit.com/r/LegalAdviceUK/comments/1s92fql/my_son_pleasured_himself_in_front_of_gemi...
15•samlinnfer•34m ago•6 comments

Supreme Court opens door to conversion therapy

https://text.npr.org/nx-s1-5768105
2•1659447091•35m ago•1 comments

DDR5 RAM prices fall by as much as 30%, but memory shortage likely far from over

https://www.notebookcheck.net/DDR5-RAM-prices-fall-by-as-much-as-30-but-memory-shortage-likely-fa...
4•jeffufl•36m ago•0 comments

Business Insider Profiles Fidji Simo, OpenAI's 'CEO of Applications'

https://www.businessinsider.com/fidji-simo-openai-product-research-profitability-profile-2026-3
2•mitchbob•37m ago•1 comments

There's a reason you don't know

https://en.wikipedia.org/wiki/Wikipedia:There%27s_a_reason_you_don%27t_know
1•cainxinth•37m ago•0 comments

Claude Code Unpacked

https://ccunpacked.dev/#agent-loop
2•rmason•38m ago•0 comments

Dux: Distributed DuckDB-Native DataFrames for Elixir

https://dux.now/
2•cigrainger•40m ago•1 comments

There's a prediction market for jobs now. Software engineer is down 45% YTD

https://honeycomb-staging.open-hive.com/job/swe
3•vincentjiang•42m ago•2 comments

I built a multiplayer Wordle battle royale

https://wordleroyale.io
1•hexityhorcrux•43m ago•1 comments

Obsidian and Cursor had a baby. It's open source

https://cushionmd.com/
8•Aleex_c12•48m ago•2 comments

We intercepted the White House app's traffic. 77% of requests go to 3rd parties

https://www.atomic.computer/blog/white-house-app-network-traffic-analysis/
32•donutpepperoni•50m ago•8 comments

IRCv3 Downgrades

https://libera.chat/news/downgrades
1•abstractbeliefs•51m ago•0 comments

After 8 years of Gatsby.js, I built my own static site generator

https://pietrorea.com/2026/03/31/after-8-years-of-gatsby-js-i-built-my-own-static-site-generator/
1•prea•51m ago•0 comments

Anthropic Is Having a Month

https://techcrunch.com/2026/03/31/anthropic-is-having-a-month/
3•jnord•53m ago•0 comments