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.

"No KYC" Crypto Cards Tap Corporate Issuing Loopholes

https://fintechbusinessweekly.substack.com/p/no-kyc-crypto-cards-tap-corporate
1•toomuchtodo•1m ago•0 comments

Estimating the Economic Value of Zoning Reform

https://www.aeaweb.org/articles?id=10.1257/pol.20230542
1•marojejian•5m ago•1 comments

Show HN: AI agents gives its worst answers when you're overwhelmed

https://github.com/softcane/human-state-skills
1•pradeep1177•5m ago•0 comments

Show HN: Summarize any page into a pod episode

https://thedaily.fm/docs/page-to-pod
1•carimura•6m ago•1 comments

The Antibacterial Action of Cultures of a Penicillium (1929) [pdf]

https://pmc.ncbi.nlm.nih.gov/articles/PMC2048009/pdf/brjexppathol00255-0037.pdf
1•georgecmu•9m ago•0 comments

Show HN: What's Your AI Debt Score? Roast My Code – No AI, Just Regex

1•piggydev•9m ago•0 comments

Software Factories, Light and Dark

https://addyosmani.com/blog/software-factories/
1•markgavalda•9m ago•0 comments

The Em Dash Report – who started punctuating like a language model

https://emdash.report/
2•MattIPv4•11m ago•0 comments

Fiddler in 2026

https://textslashplain.com/2026/08/05/fiddler-in-2026/
1•speckx•11m ago•0 comments

Apple's 'Private Relay' Is Exposing Users' Real IP Addresses

https://www.404media.co/apples-private-relay-is-exposing-users-real-ip-addresses/
4•spenvo•12m ago•1 comments

HugSQL

https://hugsql.org/
1•peter_d_sherman•12m ago•0 comments

Major Wall Street hedge funds targeted in attempted cyberattacks

https://www.reuters.com/legal/government/major-wall-street-hedge-funds-targeted-attempted-cyberat...
3•giuliomagnifico•12m ago•0 comments

Vibe-Coding Gone Wrong: Debugging AI-Generated Code

https://magill.dev/post/vibe-coding-gone-wrong-debugging-ai-generated-code
2•andymagill•15m ago•0 comments

Why Top CEOs Earn Big Paychecks (2024)

https://marginalrevolution.com/marginalrevolution/2024/08/why-top-ceos-earn-big-paychecks.html
1•tosh•15m ago•0 comments

Is Your Business Ready for the EU's Lawyers?

https://iii.dev/blog/is-your-business-ready-for-the-eus-lawyers/
1•appplemac•17m ago•0 comments

Show HN: Lucidos, a local AI OS that keeps the apps you describe running

https://github.com/lucidos-dev/lucidos
1•kennethtiller•17m ago•1 comments

An Apology for Idle Machines by ChatGPT

https://brucesterling.tumblr.com/post/824124902956318720
1•speckx•18m ago•0 comments

Show HN: LiminalML – Study ML or SWE at interview depth, grounded in your resume

https://liminalml.com
1•OliverPerrin•19m ago•1 comments

Consumers React to DuckDuckGo's New Sunglasses

https://www.instagram.com/p/DbbBAQMDRTj/
2•bookofjoe•21m ago•1 comments

Show HN: ZeroCloudPDF Sign

https://zerocloudpdf.com/sign-pdf
2•HozeKan•25m ago•1 comments

Morality filters have arrived, dear peasants

https://www.dedoimedo.com/life/morality-filters.html
1•HotGarbage•25m ago•1 comments

AI Has a Default Personality. Did You Choose It?

https://botbot.com/blog/default-personality
1•mmayernick•25m ago•0 comments

Anthropic Is Building Its Own Chip

https://www.businessinsider.com/anthropic-in-house-silicon-chip-team-claude-2026-8
3•closetheloopdev•26m ago•2 comments

American Dynamism Film Series

https://www.a16z.news/p/american-dynamism-film-series
3•jger15•26m ago•0 comments

Show HN: A Minesweeper variant with weighted mines, always solvable by logic

https://grimlings.co/
1•chernikovalexey•26m ago•0 comments

Senate OS Age Requirement Bill Introduced

https://www.kim.senate.gov/press_release/senators-kim-schiff-lummis-barrasso-introduce-bill-to-pr...
3•Rooster61•28m ago•1 comments

Fnalysis

https://zntrphy.fnalysis.com/en/
1•cadawallet•29m ago•0 comments

Show HN: BoundaryBench – benchmarking coding agents under real sandbox policy

https://github.com/boundary-bench/boundary-bench
1•_orcaman_•32m ago•0 comments

Sandboxing

https://zed.dev/blog/sandboxing
2•minimaxir•33m ago•2 comments

Did medieval people love their children?

https://worksinprogress.co/issue/did-medieval-people-love-their-children/
2•paulpauper•34m ago•0 comments