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.

Is Your Writing Yours?

https://personalaisafety.com/p/is-your-writing-yours
1•sofiaqt•1m ago•1 comments

Mu

https://mu.social/
2•doener•1m ago•0 comments

Precision Matters in Block Scales

https://constantinides.net/2026/06/11/precision-matters-in-block-scales/
1•matt_d•2m ago•0 comments

UX Collective: The Prompt is not an Interface

https://uxdesign.cc/the-prompt-is-not-an-interface-41b77277681d
1•valisvalis•2m ago•0 comments

OpenAI Prepping for On-Prem Product?

https://ledger.somantix.ai/posts/open-ai-lays-groundwork-for-on-prem-product/
1•bdroopy•3m ago•0 comments

Data Science Weekly – Issue 655

https://datascienceweekly.substack.com/p/data-science-weekly-issue-655
1•sebg•4m ago•0 comments

Building an AI-Friendly Company, Just in Case AI Takes over the World

https://www.paxerp.com/blog/ai-friendly-company-docs
1•robeym•7m ago•0 comments

Agents' Last Exam

https://arxiv.org/abs/2606.05405
1•matt_d•8m ago•0 comments

DiffusionGemma: Discrete diffusion in a large language model

https://idlemachines.co.uk/topics/trending
1•smaddrellmander•9m ago•0 comments

Does the Harness Matter? Lessons from Ale-Claw on Agents' Last Exam

https://agents-last-exam.org/blogs/harness-matters
2•matt_d•10m ago•0 comments

Codex for Open Source

https://openai.com/form/codex-for-oss/
2•EvgeniyZh•11m ago•0 comments

Sam Altman's eye-scanning startup [Worldcoin parent] is laying off employees

https://www.businessinsider.com/sam-altman-orb-worldcoin-tools-for-humanity-layoffs-2026-6
2•toomuchtodo•11m ago•1 comments

Google Bikes?

https://www.republicbike.com/google_bikes.asp?hl=en-GB
1•joebig•11m ago•0 comments

Show HN: Diffcat – a TUI for delightful Git diffs

https://github.com/trebaud/diffcat
1•trebaud•11m ago•0 comments

Germany's 'HS2' delayed for five years after engineering blunder

https://www.telegraph.co.uk/world-news/2026/06/10/germanys-hs2-delayed-five-years-engineering-blu...
1•ExpertAdvisor01•12m ago•0 comments

The unreasonable effectiveness of simple HTML

https://shkspr.mobi/blog/2021/01/the-unreasonable-effectiveness-of-simple-html/
2•luispa•14m ago•0 comments

Show HN: Vera – open-source tool to self-audit smart contracts with AI

https://vera.apostro.xyz/
1•roofloor•15m ago•0 comments

We Had to Ban 65 CTF Teams to Get a Top 10 Leaderboard

https://camel4.dev/posts/byuctf-2026/
1•joshmoody24•16m ago•0 comments

The same SQLite query returns different results in Bun and Node

https://github.com/andrewitsover/blog/blob/main/sqlite.md
1•andrewitsover•16m ago•0 comments

Agents' Last Exam

https://agents-last-exam.org
1•gtirloni•16m ago•0 comments

GEDD – Grounded Eval-Driven Development for AI Agents

https://github.com/aws-samples/sample-GEDD
1•balasvce2026•18m ago•0 comments

Ted Cruz and Ron Wyden try to fight censorship with bipartisan JAWBONE Act

https://arstechnica.com/tech-policy/2026/06/ted-cruz-and-ron-wyden-try-to-fight-censorship-with-b...
1•alsetmusic•18m ago•0 comments

Ask HN: What models can you use with OpenCode that offer some level of privacy

1•ciwolex•19m ago•4 comments

Parse, Don't Guess

https://medium.com/@eitamos10/parse-dont-guess-817f80717912
2•valkdb•19m ago•0 comments

My AI Opinions

https://www.astralcodexten.com/p/my-ai-opinions
2•themgt•21m ago•0 comments

As a SWE with 10y experience, how long does it take to learn to build AI models

1•ciwolex•21m ago•2 comments

Goody-2: Safer than fable, similar capability

https://www.goody2.ai/chat
2•b--l•21m ago•0 comments

An MCP server for chemistry – structures, mechanisms, Anki decks

https://github.com/jurimaxam-dotcom/chemdraw-mcp
1•JuriMx•23m ago•0 comments

Formal Methods and the Future of Programming

https://blog.janestreet.com/formal-methods-at-jane-street-index/
1•nextos•23m ago•0 comments

Show HN: Phoenix, a Topology Optimisation Engine

https://github.com/dapsvi/phoenix
1•dapsvi•26m ago•0 comments