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.

Nathan Barley

https://en.wikipedia.org/wiki/Nathan_Barley
1•ustad•8m ago•0 comments

Leaky Language Models: Stealing Architecture and Inference Optimizations

https://arxiv.org/abs/2607.20723
1•sbulaev•9m ago•0 comments

The Hardest Way to Make a GIF

https://blog.willgrant.org/2026/07/23/the-hardest-way-to-make-gif.html
1•plaguna•10m ago•0 comments

Show HN: Continuum – switch AI coding agents without re-explaining your project

https://github.com/AnasNafees1802/continuum
1•AnasNafees101•11m ago•0 comments

The PImpl idiom and the C++26 std:indirect type

https://mariusbancila.ro/blog/2026/07/23/the-pimpl-idiom-and-the-cpp26-stdindirect-type/
3•signa11•13m ago•0 comments

Making a Watch from Scratch [video]

https://www.youtube.com/watch?v=-Hvn4-NMYg8
2•thunderbong•14m ago•0 comments

Supercooled kidneys have been transplanted into pigs in a "landmark achievement"

https://www.technologyreview.com/2026/07/23/1140765/supercooled-kidneys-have-been-transplanted-in...
2•joozio•15m ago•0 comments

A Pragmatic Approach to LLMs

https://gracefulliberty.com/articles/pragmatic-llms/
4•signa11•16m ago•0 comments

AMD's Instinct MI455X: Aiming for the Sun

https://chipsandcheese.com/p/amds-instinct-mi455x-aiming-for-the
2•ingve•17m ago•0 comments

Local Kubernetes on Mac: A Multi-Node Cluster with UTM

https://blog.qstars.nl/posts/macos-local-kubernetes-cluster-with-utm/
2•victorbrink•25m ago•0 comments

Open Erdos problems solved with the help of GPT-5.6 Sol

https://twitter.com/qiaoqiao2001/status/2080003441821163958
2•vhiremath4•25m ago•0 comments

Show HN: Tool to validate your HTTP-message-signatures-directory

https://sitedex.dev/tools/keycheck
3•zeppelin_7•26m ago•0 comments

SodaSlim Releases Updated 2026 Highlights Soda Slim Capsules Ingredient

https://finance.yahoo.com/healthcare/articles/sodaslim-releases-updated-2026-highlights-122400710...
3•tagysaly•28m ago•0 comments

The Effect of AI on Dunning Kruger

https://blog.zoller.lu/2026/07/dunning-kruger-after-ai-gap-that-no.html
2•thierryzoller•30m ago•1 comments

Japanese AI Robots Used to Replicate Skilled Confectioners' Abilities

https://japannews.yomiuri.co.jp/science-nature/technology/20260719-338181/
2•mushstory•32m ago•0 comments

BTL-3: A 27B open-weight agent model for agentic coding and structural tool use

https://huggingface.co/badtheorylabs/BTL-3
2•wertyk•35m ago•0 comments

Russia's businesses under strain from Ukraine's attacks on Wildberries

https://www.bbc.com/news/articles/cvg9n2y61w6o
4•slow_typist•39m ago•0 comments

Weather Is Happening

https://weatherishappening.com/
2•trainyperson•40m ago•0 comments

New upcoming allocation framework business

https://www.meridianallocation.com/
1•ohmygaoo•40m ago•0 comments

Span-First C#: Designing Around Span<T>

https://slicker.me/c_sharp/span-first.html
2•pjmlp•41m ago•0 comments

SANA-Video 2.0

https://nvlabs.github.io/Sana/Video2/
2•ilreb•41m ago•0 comments

Treasury threatens sanctions, claims Moonshot distilled Anthropic's Fable

https://techcrunch.com/2026/07/22/treasury-threatens-sanctions-after-white-house-claims-moonshot-...
2•mark336•42m ago•0 comments

OldLander: An extension to make old Reddit more usable on phone

https://github.com/octonezd/oldlander
1•zdmgg•43m ago•1 comments

ZonePlan: A free global meeting planner for remote teams

https://zoneplan.net/global-meeting-planner/
1•gavinbuilds•45m ago•0 comments

Scientists find the secret of birdsong's 'spectacular diversity

https://www.bbc.co.uk/news/articles/cwy4eg5dpyzo
1•sarreph•45m ago•0 comments

SharedRoot; Escaping the Claude Cowork Sandbox

https://accomplish.ai/blog/sharedroot-escaping-claude-cowork-sandbox/
1•ilreb•56m ago•0 comments

Flux 3

https://bfl.ai/blog/flux-3
69•ThouYS•59m ago•12 comments

It's an Apple Lisa, on a FPGA

https://hackaday.com/2026/05/09/its-an-apple-lisa-on-a-fpga/
4•austinallegro•1h ago•0 comments

Codex Slides: open-source AI slide studio powered by Codex. Prompt, repo to deck

https://github.com/nexu-io/codex-slides
2•maxloh•1h ago•0 comments

Show HN: StudioWalls. A free portfolio site for artists

https://www.studiowalls.org/
1•veryhungryhippo•1h ago•0 comments