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.

Record Keeping Became Writing

https://apfleming.netlify.app/posts/record-keeping/
1•afleming9796•1m ago•0 comments

The Rise of HOMs: Harmful Open Models

https://twitter.com/frances23398579/status/2095187528655503366
2•FrancescoMassa•1m ago•0 comments

Fedora 46 Proposal Wants to Provide Official Support for Crystal Language

https://www.phoronix.com/news/Fedora-46-Proposal-Crystal
1•Qem•2m ago•0 comments

Logos Not Found

https://valand.dev/blog/post/logos-not-found
1•valand•3m ago•0 comments

Every fix has a radius – blast radius

https://blastradius.dpdns.org/
1•codebyaditya•3m ago•0 comments

Show HN: MrEditor – a Mac editor that opens a 10 GB log in 100ms and edits it

https://github.com/MR-TABATA/MrEditor
2•hitoshi1964•4m ago•0 comments

What's in the Emacs newcomers-presets theme?

https://sachachua.com/blog/2026/04/what-s-in-the-emacs-newcomers-presets-theme/
1•birdculture•5m ago•0 comments

Proxmox Just Removed One of Its Biggest Weaknesses

https://www.virtualizationhowto.com/2026/09/proxmox-just-removed-one-of-its-biggest-weaknesses/
2•bleevht•5m ago•1 comments

Generalist – GEN-1.5: Embodied Foundation Models Are One-Shot Learners

https://generalistai.com/blog/gen-1.5
1•bobajeff•6m ago•0 comments

Tutorial for Septabee, a free DAW I've been making for over 20k hours [video]

https://www.youtube.com/watch?v=lW8Z98pXuSE
1•robenkleene•12m ago•0 comments

The Reasoning Problem

https://docs.openserv.ai/blog/the-reasoning-problem
1•arbayi•12m ago•0 comments

Show HN: Free online tools that run in the browser

https://utlkit.com/en/
2•lfliu•12m ago•0 comments

Show HN: I measured resuming an AI coding session: 22,897 tokens vs. 1,013

https://vericommand.net/benchmark
1•egriffin10•13m ago•0 comments

Modern Saves – An internet memory for things I find while browsing

https://chromewebstore.google.com/detail/modern-saves/fnjaghebjbpdjbkgcealmfcdiagnfbpa
1•godsfavvchild•14m ago•1 comments

The future of affordable EVs: Breakthroughs in battery pack costs

https://www.mckinsey.com/features/mckinsey-center-for-future-mobility/our-insights/the-future-of-...
4•leonidasrup•14m ago•0 comments

The opportunity to talk to another human should be a basic human right

https://toahuman.org/
1•hideyori•14m ago•1 comments

Show HN: Meclaw – where agents build agents: one Rust binary, no loop shipped

https://github.com/mmeyerlein/meclaw
2•mmeyerlein•15m ago•0 comments

Cursor Self-Hosted Machines on Daytona

https://www.daytona.io/dotfiles/cursor-self-hosted-machines-on-daytona
2•tosh•15m ago•0 comments

I read 65,043 industry sites to find where locked-out businesses can advertise

https://nexus.knightbyrd.com/ichnos
2•davidat8•15m ago•0 comments

Can you vibe-write a rigorous literary analysis? [Not yet]

https://willpenman.com/klara/
1•ltsSmitty•16m ago•1 comments

The Fourth Turning – an American analytical history review

https://fourth-turning.pages.dev/
1•epsteingpt•18m ago•1 comments

DHttp: From Partial Connectivity to Omniconnectivity

https://docs.dhttp.net/en/blog/dhttp
2•skyyyyyy•18m ago•0 comments

Where Measurement Replaces Meaning

https://medium.com/@gurvinder372/article-4-where-measurement-replaces-meaning-8d595ce54eb0
1•gps372•19m ago•0 comments

Extinct Tasmanian tiger's 'snap' unlike any living mammal's bite

https://www.cnn.com/2026/09/02/science/tasmanian-tiger-skull-bite-force
1•cisc•20m ago•0 comments

Forty production-ready industry data models

https://github.com/databricks-industry-solutions/lakehouse-industry-data-models
1•matthieu_bl•22m ago•0 comments

Nginx 1.31.5 introduces a built-in JSON parser, Control API, and predicate locat

https://www.linuxcompatible.org/story/nginx-1315-introduces-a-builtin-json-parser-control-api-and...
1•qwertox•22m ago•0 comments

Spliit, an open-source Splitwise alternative, now has a native iOS app

https://spliit.app/blog/spliit-for-iphone-has-been-rewritten-from-scratch
3•scastiel•22m ago•0 comments

UN warns of 'supersized' El Niño as countries prepare for impact

https://www.bbc.com/news/articles/c17jqp0xzpzo
4•blondie9x•24m ago•0 comments

Ollama's Transparent Pricing

https://ollama.com/blog/transparent-pricing
2•soltanov•24m ago•0 comments

illari – know your scheduled jobs and agent runs did the right thing

https://illari.dev
1•tony-ay•24m ago•0 comments