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.

Treaty of Versailles

https://en.wikipedia.org/wiki/Treaty_of_Versailles
1•chistev•1m ago•0 comments

Underpromise, overdeliver? Hands-on with the $24,950 Slate auto

https://arstechnica.com/features/2026/06/we-take-a-ride-in-slates-24950-electric-pickup/
1•rbanffy•2m ago•0 comments

Polymarket says hackers stole users' funds

https://techcrunch.com/2026/06/25/polymarket-says-hackers-stole-users-funds/
1•croes•3m ago•0 comments

Show HN: LWDT – A Zephyr-inspired device-tree framework for ESP-IDF

https://github.com/oldrev/lwdt
1•oldrev•3m ago•0 comments

Marine expedition uncovers 31 new species in two weeks

https://www.theguardian.com/environment/2026/jun/26/marine-expedition-uncovers-31-new-species-two...
1•tosh•4m ago•0 comments

Volkswagen weighs up to 100k job cuts and four plant closures

https://www.reuters.com/business/autos-transportation/volkswagen-ceo-aims-cut-up-100000-jobs-next...
1•theanonymousone•4m ago•0 comments

Modern GPU Programming Book

https://mlc.ai/modern-gpu-programming-for-mlsys/index.html
1•fuy•5m ago•1 comments

Why Are Women Different? (1995)

https://www.cs.ucdavis.edu/~vemuri/EngPopsci/women.htm
1•jruohonen•5m ago•0 comments

Context engineering: shifting from "tokenmaxxing" to deliberate curation

https://corti.com/from-tokenmaxxing-to-token-discipline-the-2026-reckoning-in-ai-assisted-enginee...
1•TechPreacher•8m ago•0 comments

The Bottleneck Strikes Again

https://cutlefish.substack.com/p/tbm-427-the-bottleneck-strike-again
2•disgruntledphd2•11m ago•1 comments

Show HN: Lofinity – an endless lo-fi track, tuned to you

https://lofinity.ai
1•rouley•12m ago•0 comments

I built a global supplier discovery engine form raw materials to everything

https://suppliers.run/
1•rayluminarch•15m ago•0 comments

Show HN: Font Finder Chrome Extension

https://chromewebstore.google.com/detail/font-detector/lpgiclolinhgkampahomomlhbcngafek
1•chernikovalexey•17m ago•0 comments

Man's Search for Meaning

https://en.wikipedia.org/wiki/Man%27s_Search_for_Meaning
2•chistev•19m ago•3 comments

Teens who hacked TfL were known to police years before cyber-attack

https://www.bbc.co.uk/news/articles/cx2kx8jr244o
1•edent•19m ago•0 comments

UK Prime Minister Simulator

https://no10.io/
2•chernikovalexey•20m ago•0 comments

The Download: Europe's heat wave hits the grid, and IBM's chip targets Moore's

https://www.technologyreview.com/2026/06/25/1139738/the-download-europe-heat-wave-ibm-chip-moores...
1•joozio•21m ago•0 comments

Heat waves mess with your brain. Scientists are trying to figure out why

https://www.technologyreview.com/2026/06/26/1139760/heat-waves-mess-with-your-brain-scientists-ar...
2•joozio•25m ago•1 comments

AI Makes the Cybersecurity Game Faster, Not New

https://www.rstreet.org/commentary/ai-makes-the-cybersecurity-game-faster-not-new/
1•aledevv•26m ago•0 comments

Thinking Different, Thinking Slowly: LLMs on a PowerPC Mac

http://www.theresistornetwork.com/2025/03/thinking-different-thinking-slowly-llms.html
1•asimovDev•27m ago•0 comments

AI SDK 7 is available

https://vercel.com/blog/ai-sdk-7
1•m3h•29m ago•0 comments

Show HN: Loomabase – Column-level CRDT sync for SQLite + Postgres

https://github.com/JustVugg/loomabase
1•vforno•30m ago•0 comments

US Government Asks OpenAI to Stagger AI Model Release

https://www.bloomberg.com/news/articles/2026-06-25/trump-administration-asks-openai-to-stagger-re...
1•m3h•34m ago•0 comments

Remote Tech Support On-the-Go: Your Hermes-Powered USB Troubleshooting Kit

https://github.com/mainmeister/hermes-friend-diag-kit
1•mainmeister•34m ago•0 comments

Vaadin 25.2: Build UIs in plain language, and call the browser from Java

https://vaadin.com/blog/vaadin-25-2-release
1•spicyroman•37m ago•2 comments

VW Eyes Cutting 100k Jobs and Closing Plants

https://www.bloomberg.com/news/articles/2026-06-26/vw-eyes-cutting-100-000-jobs-and-closing-plant...
1•mgh2•37m ago•0 comments

Thing that has ever happened for multiplayer games

https://mas-bandwidth.com/the-best-thing-that-has-ever-happened-for-multiplayer-games/
1•pbootly•39m ago•1 comments

What happened to China's property collapse? [video]

https://www.youtube.com/watch?v=1N2C72OdOxo
2•Imustaskforhelp•44m ago•0 comments

Siag Office – A Free Office Package for Unix (2007)

https://siag.nu/index.shtml
1•turtleyacht•44m ago•0 comments

Show HN: Pybench, Pytest but to check non regression of noisy benchmarks

https://github.com/AnthonyBeeblebrox/pybench
1•ururu01010•45m ago•0 comments