frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

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•12mo ago

Comments

dthyresson•12mo 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•12mo 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•12mo ago
That wasn't my intent. I haven't used HN much. Will do next time. Thx!
pistoriusp•12mo 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•12mo 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•12mo 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•12mo 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.

I Rebuilt the 1997 Ultima Online Client from Scratch So a Bot Can Play It

https://github.com/xrip/uo-client
1•xrip•35s ago•0 comments

A Practical MS‑DOS Problem Contributed to C++

https://freshsources.com/blog/files/0efc66caabe2cb443a6acae6aca0f707-0.html
1•pjmlp•57s ago•0 comments

Fail or Not? Unrealistic Game

https://pdfearn.blogspot.com/
1•iLzKiiSG•1m ago•0 comments

The Asymptote of Intent

https://beforetheprompt.substack.com/p/the-asymptote-of-intent
1•marcuscog•3m ago•0 comments

NimbleRx Acquired by Swoop

https://swoop.com/blog/swoop-acquires-nimble-adding-prescription-fulfillment-and-pharmacy-connect...
2•zelias•4m ago•0 comments

MCP: Security Design Considerations for AI-Driven Automation by NSA [pdf]

https://www.nsa.gov/Portals/75/documents/Cybersecurity/CSI_MCP_SECURITY.pdf
1•myworkaccount2•5m ago•0 comments

FIFA World Cup turns up gentrification pressures in Mexico City, say experts

https://www.cbc.ca/news/world/mexico-gentrification-fifa-9.7200235
1•simojo•5m ago•0 comments

As Trump Politicizes Justice Dept., Prosecutors Struggle with Grand Juries

https://www.nytimes.com/2026/05/26/us/politics/trump-justice-department-grand-juries.html
1•duxup•5m ago•1 comments

Iana-Data

https://github.com/case/iana-data/
1•mooreds•7m ago•0 comments

A Chinese Peasant's Italian Roots (2001)

https://www.latimes.com/archives/la-xpm-2001-dec-23-mn-17560-story.html
1•thunderbong•8m ago•0 comments

The Causal Effect of Income Is (Often) Zero

https://www.maximum-progress.com/p/the-causal-effect-of-income-is-often
2•surprisetalk•9m ago•0 comments

Battery-powered Starlink Mini is likely on the way

https://www.theverge.com/tech/937090/battery-powered-starlink-mini-rumor
1•bookofjoe•9m ago•1 comments

The Baby Fund

https://protortyp.github.io/posts/the-baby-fund/
1•protortyp•10m ago•0 comments

Arizona's Mesquite Complex Is a Solar City in the Desert (2025)

https://www.forbes.com/sites/rrapier/2025/12/12/arizonas-mesquite-complex-is-a-solar-city-in-the-...
1•mooreds•10m ago•0 comments

Foldable iPhone Reportedly Facing Mass Production Issues

https://www.macrumors.com/2026/05/26/foldable-iphone-facing-production-issues/
2•tosh•11m ago•0 comments

Launch HN: Minicor (YC P26) – Windows desktop automations at scale

https://www.minicor.com/
4•fchishtie•11m ago•0 comments

7-Eleven data breach exposes personal information of 185,000 people

https://www.bleepingcomputer.com/news/security/7-eleven-data-breach-exposes-personal-information-...
3•Brajeshwar•12m ago•0 comments

strace-UI, Bonsai_term, and the TUI Renaissance

https://blog.janestreet.com/strace-ui-bonsai-term-and-the-tui-renaissance/
1•berlianta•13m ago•0 comments

GrillKit – self-hosted AI technical interview trainer

https://github.com/GrillKit/grillkit
1•vitchenkokir•13m ago•0 comments

Understanding Systems

https://entropicthoughts.com/understanding-systems
3•vinhnx•14m ago•0 comments

Gone Phishing with Claude Teams: From Deceptive Team Onboarding to RCE

https://haussner.me/2026/05/24/claude-team-rce.html
1•weinzierl•14m ago•0 comments

Show HN: Chuchu, a modern Android SSH client powered by libghostty

https://github.com/jossephus/chuchu
1•jossephus01•15m ago•0 comments

Show HN: Gravel – allow non-engineers to make prompt PRs

https://artanis.ai/gravel/
1•paraknight•15m ago•0 comments

Clanker: A Word for the Machine

https://lucumr.pocoo.org/2026/5/26/clankers/
4•llimllib•16m ago•0 comments

The curse of taste

https://www.adjohu.com/blog/the-curse-of-taste/
4•timpera•16m ago•0 comments

Don't Subscribe So Casually

https://thebestworstcase.substack.com/p/dont-subscribe-so-casually
4•shmublu•19m ago•0 comments

AI System Automates Coding for Scientific Research

https://seas.harvard.edu/news/ai-system-automates-coding-scientific-research
3•geox•20m ago•0 comments

Open Source tech jobs portal and database

https://github.com/danicuki/caio
4•danicuki•21m ago•0 comments

Introducing Chat Mode – A modern chat interface for Claude Code

https://harness.mikelyons.org/announcements/introducing-chat-mode.html
2•frenchie4111•21m ago•1 comments

Laptop AI – local AI memory for your files

https://github.com/takshd15/Laptop-AI
2•takshdange•22m ago•0 comments