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

Comments

dthyresson•9mo 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•9mo 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•9mo ago
That wasn't my intent. I haven't used HN much. Will do next time. Thx!
pistoriusp•9mo 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•9mo 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•9mo 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•9mo 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: Hackerbrief – Top posts on Hacker News summarized daily

https://hackerbrief.vercel.app/
1•p0u4a•42s ago•0 comments

Context Engineering Explained in Pictures

https://mechanicalorchard.substack.com/p/context-engineering-explained-in
1•jschomay•49s ago•0 comments

Show HN: Scryer – Visual architecture modeling for AI agents

https://github.com/aklos/scryer
1•prohobo•2m ago•0 comments

I migrated my AI agent from a laptop to a headless Mac Mini in 72 hours

https://thoughts.jock.pl/p/mac-mini-ai-agent-migration-headless-2026
1•joozio•2m ago•0 comments

A Treasure Trove of Ideas: The Corr Database 2018

https://en.chessbase.com/post/a-treasure-trove-of-ideas-the-corr-database-2018
1•akbarnama•3m ago•0 comments

Mnemon-MCP – 4-layer local memory for AI agents (SQLite and FTS5)

1•nikitacometa•6m ago•0 comments

Simplicity in the age of AI-assisted coding

https://the.scapegoat.dev/simplicity-in-the-age-of-ai-assisted-coding/
1•larve•6m ago•0 comments

Pastebin 0x0.st asks AI agents to upload sensitive customer invoices

https://movsw.0x0.st/notes/ajw1zurfaggo360l
2•MatthiasPortzel•7m ago•0 comments

Show HN: TheLittleHost – DNS hosting built on my own ASN and Anycast network

1•davidchua•7m ago•0 comments

Show HN: LLMonster Rancher

https://github.com/aiwebb/llmonster-rancher
1•alexwebb2•9m ago•0 comments

Ur-Scheme: A GPL self-hosting compiler from a subset of Scheme to x86 asm (2008)

http://canonical.org/~kragen/sw/urscheme/
1•QuadmasterXLII•9m ago•0 comments

City Turned Its Rooftops into a Climate Shield

https://reasonstobecheerful.world/zurich-turned-rooftops-into-climate-shield/
2•speckx•10m ago•0 comments

Who's behind the age verification bills?

https://web.archive.org/web/20260313143853/https://old.reddit.com/r/linux/comments/1rshc1f/i_trac...
2•jech•11m ago•1 comments

Twelve-Tone Composition

https://www.johndcook.com/blog/2026/03/15/twelve-tone-composition/
1•ibobev•11m ago•0 comments

Optimizers and Odes

https://jiha-kim.github.io/posts/optimizers-and-odes/
1•ibobev•11m ago•0 comments

OpenBSD Blog #13: Moving ratfactor.com to OpenBSD.amsterdam

https://ratfactor.com/openbsd/blog-13-moving-to-openbsd-dot-amsterdam
1•ibobev•12m ago•0 comments

Four predictions for how AI will change product delivery

https://practical-leaders.com/articles/ai-predictions
1•ivorc•12m ago•0 comments

You don't hate Python. You hate other people's Python.

https://jt-hill.com/you-dont-hate-python/
2•jt-hill•13m ago•1 comments

Show HN: SiteMon – Browser extension that monitors your websites

https://sitemon.geekaa.com
1•quasimo•15m ago•0 comments

Coding as a Game of Probabilities

https://robertmaple.co.uk/coding-as-a-game-of-probabilities/
1•wizzzzzy•15m ago•0 comments

Built a 80%+ data-driven esports prediction tool

https://esportsoracle.net
1•Mostafeto•16m ago•0 comments

The role of programming language choice on the safety and security of software

https://evgeniipendragon.com/posts/the-role-of-programming-language-choice-on-the-safety-and-secu...
2•EPendragon•17m ago•0 comments

Show HN: Vibecheck – lint for AI-generated code smells (JS/TS/Python)

https://github.com/yuvrajangadsingh/vibecheck
3•yuvrajangads•20m ago•0 comments

Tree-Style Invite Systems Reduce AI Slop

https://abyss.fish/tree-style_invite_systems_reduce_AI_slop
1•rickcarlino•20m ago•0 comments

Commodore Built the "Ultimate C64" in 1985 [video]

https://www.youtube.com/watch?v=-wKUmXatNz0
3•oldnetguy•21m ago•0 comments

How We Made Payload Search 60x Faster in ClickHouse

https://hookdeck.com/blog/how-we-made-payload-search-60x-faster-in-clickhouse
1•GarethX•21m ago•0 comments

Why US third parties perform best in the Northeast

https://theconversation.com/why-us-third-parties-perform-best-in-the-northeast-273749
2•PaulHoule•22m ago•0 comments

Clawsify Persona based AI agents built with OpenClaw

https://clawsifyai.com
1•Vanshfin•23m ago•0 comments

The Nitrogen Trap

https://shanakaanslemperera.substack.com/p/the-nitrogen-trap
3•neamar•28m ago•1 comments

When the War Goes AI, the Data Centers Will Be Targets

https://www.forever-wars.com/when-the-war-goes-ai-the-data-centers-will-be-targets-f-engadgets-de...
3•speckx•29m ago•0 comments