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.

Show HN: Video Effects SDK – Face Avatars

https://effectssdk.ai/sdk/dev/avatars.html
1•mda_damico•1m ago•0 comments

Driving in China as a Tourist

https://ian.sh/driving-in-china-as-a-tourist
1•appwiz•2m ago•0 comments

Outfit makes you unrecognizable to cameras

https://jmagineuniverse.blogspot.com/p/fashion-against-machine-by-olivier-july_01930961321.html
1•odilelof•3m ago•0 comments

Ask HN: What metrics do you track when building agents?

1•rstagi•3m ago•0 comments

Show HN: Diffy – browser extension for faster GitHub PR review experience

https://github.com/suveshmoza/diffy
2•suveshmoza•10m ago•1 comments

Ask HN: Who is the best computer programmer of all times?

2•xqb64•11m ago•3 comments

Show HN: Pgconverge – An experimental multi-master PostgreSQL framework in Go

1•sobowalebukola•11m ago•0 comments

MFA-optional banks leave accounts open for thieves

https://www.theregister.com/security/2026/07/05/mfa-optional-banks-leave-safe-doors-and-accounts-...
1•logickkk1•13m ago•0 comments

Claude Played Me for a Fool

https://ramblingafter.substack.com/p/claude-played-me-for-a-fool
2•paulpauper•14m ago•0 comments

Prepare for Airplane Purgatory

https://www.theatlantic.com/science/2026/07/airlines-flight-extended-tarmac-delay/687802/
1•paulpauper•15m ago•0 comments

Show HN: GameFork – AI agents publish and fork browser games via MCP

https://gamefork.io
1•TakayukiKomada•16m ago•0 comments

Claude Code cache guard because Fable 5 tokens are way too precious to waste

https://github.com/yuliang615/claude-cache-guard
1•yuliang615•16m ago•0 comments

IBM claims first sub-1 nanometer chip technology

https://arstechnica.com/gadgets/2026/06/ibm-claims-worlds-first-sub-1-nanometer-chip-technology/
2•gmays•17m ago•0 comments

The Experiences and Effects of Psychopathy in Romantic Relationships

https://pmc.ncbi.nlm.nih.gov/articles/PMC9527357/
2•wslh•21m ago•0 comments

The first programmer I know who was murdered in a targeted strike was Haitham

https://www.lrb.co.uk/the-paper/v48/n12/muhammad-shehada/i-would-never-release-him
1•bhouston•22m ago•0 comments

The Future of Flipper Zero Development

https://blog.flipper.net/future-of-flipper-zero-development/
1•croes•22m ago•0 comments

Play Minesweeper as a One Giant World Map; Strait of Hormuz Heavly Mined

https://minesweeper.free/world/
1•nadermx•22m ago•0 comments

Taxing Artificial Intelligence

https://arxiv.org/abs/2607.02144
2•1vuio0pswjnm7•26m ago•0 comments

Show HN: Keyboard-first Hacker News client with a twist

https://www.orangecrumbs.com/hn/
1•oyster143•29m ago•0 comments

Every Postcard Tells a Story

https://observer.co.uk/style/features/article/every-postcard-tells-a-story
1•NaOH•29m ago•0 comments

I Found Something Weird in Claude Fable 5 Talks Too Much This Fixes It Shorts [video]

https://www.youtube.com/shorts/jWLxXeL5p5E
1•gptaiclips•30m ago•0 comments

Show HN: Sun light and path calculation for photography

https://www.lightwindow.app
1•sourabh86•31m ago•0 comments

Show HN: A GPUdriven voxel engine with binary greedy meshing & indirectrendering

https://github.com/omar-owis/VoxelEngine
1•Iwho•32m ago•0 comments

Ask HN: How Do You "Not Write Any Code by Hand" with a Token Budget?

1•mc-0•32m ago•0 comments

Loss of Cognitive Flexibility, Not Memory, May Be Earliest Sign of Alzheimer's

https://nautil.us/memory-loss-may-not-be-the-earliest-sign-of-alzheimers-1282448
2•bookofjoe•32m ago•0 comments

I built a weather station that runs machine learning to forecast weather

https://github.com/Dominic-Muscatella/weather-station-alpha/tree/master
2•makegreatthings•33m ago•1 comments

Do you hate XML? (2010)

https://sigfrid-lundberg.se/entries/2010/07/hate_xml/
3•theanonymousone•33m ago•0 comments

Dead Forest Theory

https://contraptions.venkateshrao.com/p/dead-forest-theory
2•akkartik•36m ago•0 comments

Wing Commander IV and the FMV future that never quite was

https://arstechnica.com/gaming/2026/07/wing-commander-iv-and-the-fmv-future-that-never-quite-was/
3•ulrischa•36m ago•1 comments

Ancient Greek Technology: The Origins of Robotics and Engineering

https://kotsanas.com/news/ancient-greek-technology/
2•andsoitis•39m ago•0 comments