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.

Benchmarking Coding Agents on Databricks' Multi-Million Line Codebase

https://www.databricks.com/blog/benchmarking-coding-agents-databricks-multi-million-line-codebase
1•tanelpoder•2m ago•0 comments

Nika – Intent as Code for AI Workflows

https://github.com/supernovae-st/nika
1•ThibautMelen•2m ago•0 comments

Dxball2 WASM

https://scritty-dev.github.io/dxball2/
1•scritty-dev•5m ago•0 comments

Show HN: Runtime security enforcement and capability scoping for agents

https://www.clayseal.com
2•pberlizov•5m ago•0 comments

Show HN: Mtok.market – a non-custodial spot market for AI inference tokens

https://mtok.market/
1•royashbrook•6m ago•0 comments

I built Outerloop – manage your Macs as a Claude Code fleet from one dashboard

https://github.com/phyolim/outerloop
1•phylim•6m ago•0 comments

Alert: Cyclospora Cayetanensis Multistate Outbreak with Midwest Epicenter

https://www.foiclinical.com/posts/alert-cyclospora-cayetanensis-multistate-outbreak-with-midwest-...
1•oceanacd•8m ago•0 comments

The extraordinary life and quiet death of the largest iceberg

https://www.nationalgeographic.com/environment/article/the-extraordinary-life-and-quiet-death-of-...
4•littlexsparkee•12m ago•1 comments

US judge approves Elon Musk settlement with SEC despite misgivings, 'red flags'

https://www.reuters.com/world/judge-approves-elon-musk-settlement-with-us-sec-over-twitter-disclo...
5•tartoran•15m ago•0 comments

Istota, a multi-user AI agent and personal operating system

https://istota.cynium.com/
3•durakot•15m ago•0 comments

I stopped watching my agents work and started listening

https://jonmagic.com/posts/i-stopped-watching-my-agents-work-and-started-listening/
1•dangoor•15m ago•0 comments

AllTrails waypoints are now visible to everyone

https://www.reddit.com/r/WildernessBackpacking/s/43tGNc3aEM
2•hentrep•17m ago•0 comments

Grade distribution after switching from take home to in class

https://www.insidehighered.com/news/faculty/learning-assessment/2026/07/08/brown-professor-suspec...
2•gumby•18m ago•1 comments

Create Strong, Memorable Passphrases

https://strongphrase.net/
1•Cider9986•20m ago•0 comments

Iran, Not Trump, Is in Control of This War

https://www.theatlantic.com/ideas/2026/07/iran-controls-war-trump/687848/
11•Jtsummers•22m ago•2 comments

Europe chose insurance. America chose growth

https://thetwocents.substack.com/p/europe-chose-insurance-america-chose
1•JumpCrisscross•23m ago•0 comments

Has America Crossed the Asshole Threshold?

https://thegrimhistorian.substack.com/p/has-america-crossed-the-asshole-threshold
1•JumpCrisscross•24m ago•1 comments

Claude's jargon, metaphors and imaginary composite words are driving me insane

https://old.reddit.com/r/ClaudeAI/comments/1uok58g/claudes_self_invented_technical_jargon_complex/
2•da_grift_shift•24m ago•0 comments

The $0 Second Opinion

https://moai.studio/blog/posts/the-zero-dollar-second-opinion.html
2•ionwake•26m ago•0 comments

Ente's business metrics are open now

https://ente.com/blog/open/
2•Cider9986•26m ago•0 comments

DMS 1.5 "The Wolverine" Released

https://danklinux.com/blog/v1-5-release
2•sonixier•27m ago•0 comments

Using Go for Mobile Apps: A retrospective on a year of development with Gomobile

https://www.davidsobsessions.com/p/one-year-of-gomobile/
1•newswangerd•27m ago•0 comments

OpenAI no longer recommends SWE-Bench Pro

https://openai.com/index/separating-signal-from-noise-coding-evaluations/
41•sk4rekr0w•28m ago•9 comments

Gov. Pritzker Signs Nation-Leading Artificial Intelligence Safety Law

https://gov-pritzker-newsroom.prezly.com/gov-pritzker-signs-nation-leading-artificial-intelligenc...
4•Anon84•28m ago•1 comments

A governed prompt compiler that exposes its reasoning pipeline before execution

https://claude.ai/public/artifacts/13b50d43-fa61-4dcf-8236-eda1c04c2325
1•govintentlabs•29m ago•0 comments

ShevtoneAudio – AI that turns piano MIDI into cinematic trailer music

https://app.shevtoneaudio.com/
1•MusicAlexandrov•29m ago•1 comments

Most slopcode projects are abandoned and deleted within months of release

https://www.osnews.com/story/145469/most-slopcode-projects-are-abandoned-and-deleted-within-month...
9•MBCook•29m ago•1 comments

FIU disciplines 7 students for 'indoor' silent protest on immigration policies

https://www.wlrn.org/government-politics/2026-07-01/fiu-students-silent-protest-immigration
1•hn_acker•30m ago•2 comments

We're Sending More Rockets to Space Than Ever, Leaving a Catastrophic Mark

https://www.popularmechanics.com/space/rockets/a71749237/rocket-pollution/
3•1vuio0pswjnm7•31m ago•0 comments

Vibe Coding Is a System Design Interview

https://www.brendanlong.com/vibe-coding-is-a-system-design-interview.html
2•BrendanLong•31m ago•0 comments