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

Comments

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

https://github.com/multigres/multigres-operator
1•sougou•1m ago•0 comments

The "One Brain, Many Mouths" Problem in Multi-User AI Agents

1•niel_hu•3m ago•0 comments

Show HN: Prototype for internalized AI values using shame/pride mechanisms

1•renaissancebro•3m ago•0 comments

Paper Cuts #2: RAG is dead, long live memory

https://sderosiaux.substack.com/p/paper-cuts-2-agents-that-remember
1•chtefi•6m ago•0 comments

How HN: Uldl.sh – Persistent file storage for AI agents via MCP and curl

https://uldl.sh
1•thedanielforum•6m ago•0 comments

Rory Sutherland's 2026 Predictions [video]

https://www.youtube.com/watch?v=6SXCJhqXubU
1•Lio•7m ago•0 comments

Moving the Critic into My Editor

https://www.joshbeckman.org/blog/practicing/moving-the-critic-into-my-editor
1•bckmn•7m ago•0 comments

Natural-Language Agent Harnesses

https://arxiv.org/abs/2603.25723
1•Jimmc414•7m ago•0 comments

FreeBSD Forums defaced

https://forums.FreeBSD.org/
1•xinayder•7m ago•1 comments

Mac App Store Review Times Increasing

https://mjtsai.com/blog/2026/03/02/mac-app-store-review-times-increasing/
4•tosh•8m ago•0 comments

AutoClaw: AI assistant, right inside your chats

https://autoglm.z.ai/autoclaw/
1•pretext•8m ago•0 comments

Tools and Toolmaking

https://unsung.aresluna.org/on-tools-and-toolmaking/
1•bobbiechen•8m ago•0 comments

DJI Romo robovac had security so poor, this man remotely accessed thousands

https://www.theverge.com/tech/879088/dji-romo-hack-vulnerability-remote-control-camera-access-mqtt
1•chbint•9m ago•1 comments

Nubank Morse: A graphical, interactive tool for browsing Clojure data

https://github.com/nubank/morse/tree/main
1•tosh•11m ago•0 comments

CardRoundup – Free tracker for credit card credits that expire

https://www.cardroundup.com/
1•kimboxbt•12m ago•1 comments

Cloudflare Client-Side Security: smarter detection, now open to everyone

https://blog.cloudflare.com/client-side-security-open-to-everyone/
2•Brajeshwar•13m ago•0 comments

Reverse Engineering Crazy Taxi, Part 2

https://wretched.computer/post/crazytaxi2
1•wgreenberg•14m ago•0 comments

Datomic at Clojure/Conj 2025

https://blog.datomic.com/2026/01/conj2025.html
1•tosh•15m ago•0 comments

Natajutempe

https://rtnf.substack.com/p/natajutempe
1•altilunium•17m ago•0 comments

OCR For construction documents does not work

https://www.getanchorgrid.com/developer/docs/endpoints/drawings-doors
1•wcisco17•18m ago•0 comments

How to Get to Tomorrow

https://campedersen.com/kardashev
2•ecto•18m ago•0 comments

Bytemine MCP Search 130M+ B2B contacts from Claude, Cursor, or any AI assistant

https://github.com/kzarov/bytemine-bytemine-mcp
1•kzarov•18m ago•0 comments

Ask HN: Google Finance Replacement Without AI Slop?

3•rurp•20m ago•0 comments

Moon phase today: What the Moon will look like on March 29

https://mashable.com/article/moon-phase-today-march-29
1•01-_-•21m ago•0 comments

User-Mode Linux

https://en.wikipedia.org/wiki/User-mode_Linux
1•gurjeet•21m ago•0 comments

Show HN: Local meeting transcription that writes straight to your Obsidian vault

https://github.com/Gremble-io/Tome
1•grembleio•21m ago•0 comments

Software in the Age of Agent Orchestration

https://opuslabs.substack.com/p/the-agent-layer-is-rewriting-software
1•opuslabs•21m ago•0 comments

AI agents are breaking web analytics in a way nobody is solving

https://leoanalysis.substack.com/p/ai-agents-are-breaking-web-analytics
1•leo123456•22m ago•0 comments

Meta-Harness: End-to-End Optimization of Model Harnesses

https://yoonholee.com/meta-harness/
1•mbeissinger•22m ago•0 comments

Airlines surprise passengers with 'flights' that are buses

https://www.washingtonpost.com/travel/2026/03/26/american-airlines-flight-bus-ride/
2•mooreds•23m ago•1 comments