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.

The Copilot+ PC brand is dead

https://www.windowscentral.com/microsoft/windows-11/the-copilot-pc-brand-is-dead-microsoft-and-pc...
1•bj-rn•3m ago•0 comments

First DVD player announced Sept 26, 1996

https://dfarq.homeip.net/first-dvd-player-announced-sept-26-1996/
1•giuliomagnifico•4m ago•0 comments

Drum Machines (LLMs) Have No Soul

https://calvinflegal.com/2026/09/26/drum-machines-have-no-soul.html
1•calflegal•6m ago•1 comments

How to keep enjoying programming in a world of LLMs

https://discourse.haskell.org/t/how-to-keep-enjoying-programming-in-a-world-of-llms/14705
7•signa11•17m ago•1 comments

Ask HN: Indie hackers on X (Twitter) feels like a mega bubble these days

1•sankalpdomore•22m ago•0 comments

The Emacs Cat: Running Emacs in MicroVM

https://olddeuteronomy.github.io/post/running-emacs-in-microvm/
1•hndhyc0bdt•25m ago•0 comments

According to 1950s futurists, women of the year 2000 would be giantesses (2012)

https://gizmodo.com/according-to-1950s-futurists-women-of-the-year-2000-wo-5878243
1•Eridanus2•26m ago•0 comments

Overpaying for AWS Managed Nat Gateways? Fck-Nat

https://fck-nat.dev/v1.4.0/
2•edweis•28m ago•0 comments

Show HN: Aerofi – a rofi-inspired, scriptable launcher for macOS (Rust, GPUI)

https://github.com/frostymur/aerofi
1•osaill•28m ago•0 comments

I am the only one who still uses sublime text daily?

1•serg2•28m ago•0 comments

Show HN: App2Api – Give your AI the API behind your app

https://app2api.com/
1•flkdnfsnsf•31m ago•0 comments

Writing a Theorem Prover from Scratch

https://astledsa.substack.com/p/writing-a-theorem-prover-from-scratch
2•astledsa•32m ago•0 comments

Flashcat – a local AI assistant for the Mac terminal that asks first

https://github.com/TomTomsen765/flashcat
1•TomTomsen•34m ago•0 comments

An Epyc trip to Venice: about AMD's 256-core monster chip

https://www.theregister.com/systems/2026/09/23/an-epyc-trip-to-venice-everything-we-do-and-dont-k...
1•pella•36m ago•0 comments

Srijan Orizon – South Kolkata's Upcoming Landmark Project

1•Liyaans•40m ago•0 comments

Fifteen years later, the Apple Cards origin story

https://lexontech.org/fifteen-years-later-the-apple-cards-origin-story
2•ksec•45m ago•0 comments

Nintendo Wins $4.5M Judgment Against R/SwitchPirates Mod 'Archbox'

https://torrentfreak.com/nintendo-wins-4-5-million-judgment-against-r-switchpirates-mod-archbox/
2•gslin•49m ago•1 comments

The flames at Turkmenistan's Door to Hell are beginning to fade

https://www.getaway.co.za/travel/travel-ideas/door-to-hell-turkmenistan-darvaza-gas-crater/
2•giuliomagnifico•54m ago•0 comments

AMD Takes the Lid Off of Next-Gen EPYC 9006 Venice as Zen 6 Comes to Servers

https://www.servethehome.com/amd-takes-the-lid-off-of-next-gen-epyc-9006-venice-as-zen-6-comes-to...
1•ksec•55m ago•1 comments

Demo of a concept "fractal" window manager [video]

https://www.youtube.com/watch?v=Kd9AbKawwhg
4•danfessler•58m ago•1 comments

LLM Red-temaing vs. Agent Red teaming

https://www.botgauge.com/blog/llm-red-teaming-vs-agent-red-teaming
1•sanathbhat•1h ago•0 comments

Why UpdatedInput in a PreToolUse Hook Doesn't Rewrite the Command

https://mer.vin/news/why-updatedinput-in-a-pretooluse-hook-doesnt-rewrite-the-command/
3•northbridgedev•1h ago•0 comments

Using Pomodoro to limit interaction with AI

https://anaivebidder.com/posts/the-agentic-pomodoro-iterating-faster/
2•rbnafo•1h ago•0 comments

Show HN: Linecite – find and fix stale file:line references in your docs

https://github.com/gotoUSA/linecite
1•mcbg1541•1h ago•0 comments

Pass Designer

https://developer.apple.com/pass-designer/
1•soheilpro•1h ago•0 comments

Trump admin using AI to deny medical care for seniors in disastrous experiment

https://arstechnica.com/health/2026/09/trump-admin-using-ai-to-deny-medical-care-for-seniors-in-d...
2•ndsipa_pomu•1h ago•3 comments

EU Member States plan "digital expropriation" of Europeans in the interest of AI

https://noyb.eu/en/ai-eu-member-states-plan-digital-expropriation-europeans-interest-ai-companies
4•mohi-kalantari•1h ago•1 comments

Show HN: Browser-only XIRR calculator – your real return from your real deposits

https://tradune.com/tools/beat-the-market-calculator/
1•salmanovmeharet•1h ago•0 comments

Laya Studio: Specialize Laya Without Fine-Tuning

https://github.com/Hantlowt/laya-studio
1•Hantlowt•1h ago•0 comments

Everything you need to know about Manchester City's hearing and charges

https://www.theguardian.com/football/2026/sep/25/manchester-city-found-guilty-of-breaking-premier...
2•teleforce•1h ago•0 comments