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: I am vibe coding a drone

https://ai-eng-design-production.up.railway.app/login
1•couAUIA•33s ago•0 comments

Show HN: CAS-X – An automated compliance matrix for the Amaya Axioms (v5.0)

1•richardaamaya•52s ago•0 comments

Politician's Syllogism

https://en.wikipedia.org/wiki/Politician%27s_syllogism
1•shmistory•2m ago•0 comments

Engineering for Slow Internet (2024)

https://brr.fyi/posts/engineering-for-slow-internet
2•initramfs•5m ago•0 comments

Show HN: Set, offline Markdown note-taking app with device-to-device sync

https://app.writewithset.com
1•aavshr•5m ago•0 comments

Analysis busts myths of Roman road network

https://www.rnz.co.nz/news/world/1475587/analysis-busts-myths-of-roman-road-network-and-offers-in...
1•colinprince•9m ago•0 comments

Direct Imaging of a Giant Planet and Debris Disk Around M-Dwarf RX J0534.0-0221

https://arxiv.org/abs/2609.20748
2•Betelbuddy•9m ago•0 comments

Why AI Cannot Save an Enterprise That Doesn't Understand Its Data

https://architectureintel.com/why-ai-cannot-save-an-enterprise-that-doesnt-understand-its-data-83...
1•younss•9m ago•0 comments

Oregon data centers: 111 facilities consume nearly 1/4 of state's power

https://www.opb.org/article/2026/09/17/oregon-data-centers-consume-quarter-state-power-report/
1•awnird•11m ago•0 comments

Regulate and Standardize AI? Nope

https://www.tbray.org/ongoing/When/202x/2026/09/18/On-Regulating-AI
1•airhangerf15•19m ago•0 comments

Show HN: Forexfin – Trading calculators, alerts and a journal in one place

https://forexfin.tech/
1•howtobatman101•20m ago•0 comments

Show HN: Kibana-agent – query Kibana logs from CLI

https://github.com/hyzyla/kibana-agent
1•hyzyla•25m ago•0 comments

Show HN: Detecting Volumetric DDoS via Covariance Manifold Topology Collapse

https://github.com/PJHkorea/homeostasis-ingress-firewall
1•PJHkorea•28m ago•1 comments

America Has the AI Lead. Beijing Wants It Slowed and D.C.Is Building a Chokehold

https://floppingaces.net/most-wanted/america-built-the-worlds-ai-lead-now-beijing-wants-it-slowed...
2•rmason•33m ago•0 comments

There Are Over 1M NYC Street Signs. Here is How They Are Made.

https://www.nytimes.com/2026/08/15/nyregion/nyc-street-sign-shop.html
4•bookofjoe•35m ago•1 comments

Fat Bear Bracket for Katmai Fat Bear Week

https://fatbearbracket.com/
3•pizzathyme•36m ago•0 comments

A Call for Open Science in AI Safety

https://make-safety-open.github.io/
2•lllllm•36m ago•0 comments

What have you been curious about?

https://www.evalapply.org/posts/what-have-you-been-curious-about/index.html
2•andsoitis•39m ago•0 comments

iHatePDF – PDF tools that run locally in the browser via WASM

https://ihatepdf.com
2•thenutshelllabs•41m ago•0 comments

Write While Learning

https://purplesyringa.moe/blog/write-while-learning/
2•dalvrosa•42m ago•0 comments

Roundabouts Database

https://roundabouts.kittelson.com/
4•toomuchtodo•46m ago•0 comments

HellGates, custom CPU gate-level challenge

https://blog.xutaxkamay.com/posts/hellgates/
4•xutaxkamay•48m ago•1 comments

Skills Explorer: understand your SKILLs visually

https://skillsexplorer.dev/
3•scottpersinger•48m ago•0 comments

Mayday Mysteries

http://www.maydaymystery.org/mayday/
10•Eridanus2•49m ago•2 comments

Portals Aren't Cameras: How Helio Folds Space in WGSL

https://pulsarnative.com/blog/2026-09-18-folding-space
2•tristonarmstron•49m ago•0 comments

The Untold Story of NotPetya, the Most Devastating Cyberattack in History (2018)

https://www.wired.com/story/notpetya-cyberattack-ukraine-russia-code-crashed-the-world/
2•consumer451•54m ago•0 comments

What happens to TLDs when their country stops existing?

https://astrid.tech/2022/04/05/0/dead-tlds/
4•lr0•55m ago•1 comments

Jev is to tool use what RAG is to context

https://rajveerbachkaniwala.com/blog/2026/09/19/jev-is-to-tool-use-what-rag-is-to-context/
1•rajveerb•1h ago•0 comments

How Hacker News ranking works: scoring, controversy, and penalties (2013)

https://www.righto.com/2013/11/how-hacker-news-ranking-really-works.html
21•theanonymousone•1h ago•2 comments

Partnering with Accenture on Embedded Evaluation

https://www.anthropic.com/news/accenture-embedded-evaluation
3•theanonymousone•1h ago•1 comments