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.

Bandit a 32bit baremetal computer that runs color forth [video]

https://www.youtube.com/watch?v=HK0uAKkt0AE
1•RomanZolotarev•3m ago•0 comments

Show HN: Agentplace, the tool we built to become a 20x company

https://agentplace.io/
1•Fortunevlad•4m ago•0 comments

Emacs Internal #01: Is a Lisp Runtime in C, Not an Editor

https://thecloudlet.github.io/blog/project/emacs-01/
1•smitty1e•4m ago•0 comments

Microsoft's Copilot Tasks AI uses its own computer to get things done

https://www.theverge.com/tech/885741/microsoft-copilot-tasks-ai
1•mikece•5m ago•0 comments

Colorado Lawmakers Push for Age Verification at the Operating System Level

https://www.pcmag.com/news/colorado-lawmakers-push-for-age-verification-at-the-operating-system-l...
1•mikece•7m ago•0 comments

Show HN: Ambit Shell – Easy Remote Shell for OpenClaw, Claude Code, etc.

https://github.com/ToxicPine/ambit-templates/tree/master/wetty
1•cardellifan•11m ago•0 comments

Show HN: Ambit-OpenCode – Cloud IDE with Seamless Mobile <> Desktop Handoff

https://github.com/ToxicPine/ambit-templates/blob/master/opencode/README.md
1•cardellifan•14m ago•0 comments

The Big Canada-Sweden Curling Beef

https://defector.com/the-big-canada-sweden-curling-beef-explained
1•ravenical•18m ago•0 comments

Politicians Consider Soviet-Style Controls on 3D Printers

https://reason.com/2026/02/25/politicians-consider-soviet-style-controls-on-3d-printers/
1•Stratoscope•18m ago•0 comments

Key OpenClaw Risks for Enterprise (Kaspersky)

https://www.kaspersky.com/blog/moltbot-enterprise-risk-management/55317/
1•ildar•21m ago•0 comments

Researchers Find 40k Exposed OpenClaw Instances

https://www.infosecurity-magazine.com/news/researchers-40000-exposed-openclaw/
3•ildar•22m ago•1 comments

Show HN: Pebbles – recurring reminders for stuff you forget

1•frontendstrong•25m ago•0 comments

Developer Roadmaps

https://techstack.sh/roadmap/
1•harrypotterwish•26m ago•0 comments

Show HN: Slim – local domains and HTTPS for dev servers

https://slim.sh/
1•kamranahmedse•26m ago•0 comments

The Physics of Squeaking Sneakers

https://arstechnica.com/science/2026/02/the-physics-of-squeaking-sneakers/
1•overtone1000•26m ago•0 comments

Show HN: Agent Bazaar – Billing and metering for MCP tool servers

https://noui.bot/docs/bazaar
1•hudtaylor•27m ago•0 comments

ODT to HTML Converter with Semantic CSS Styling

https://github.com/R2Innovation/odt2html
1•mou7664•27m ago•1 comments

Show HN: RotaFlow – A privacy-first shift calendar built with SwiftUI

https://www.rotaflow.app/
1•liliums•27m ago•0 comments

Spotify Update on Developer Access

https://developer.spotify.com/blog/2026-02-06-update-on-developer-access-and-platform-security
2•superasn•34m ago•0 comments

The Longest Line of Sight

https://tombh.co.uk/longest-line-of-sight
2•zdw•35m ago•0 comments

Show HN: I Built Smart Radio That Auto-Skips Talk and Ads by Using ML

https://tunejourney.com/
2•FreeGuessr•36m ago•1 comments

Ask HN: What happens when all 21M BTC is minted

3•totaldude87•36m ago•1 comments

Medicaidspending.org – Search $1.09T in Medicaid provider payments (2018-2024)

https://medicaidspending.org/
2•pw•36m ago•2 comments

AIlways – Meeting Truth and Context Copilot

1•kbp527•40m ago•0 comments

Would you use LLM:// connection URLs?

https://danlevy.net/llm-connection-strings/
1•justsml•41m ago•1 comments

Sharesight MCP

https://github.com/Haizzz/sharesight-mcp
1•haizzz•42m ago•0 comments

HeadElf – C-Suite Executive Intelligence System

https://pauljbernard.github.io/headElf/
1•paulbernard•42m ago•0 comments

I built a cross-platform music app with AI for under £400

https://massimo.mongardini.it/i-built-a-cross-platform-music-sharing-app-with-ai-for-under-300/
1•macsmax•44m ago•1 comments

C64 Copy Protection

https://www.commodoregames.net/copyprotection/
1•snvzz•46m ago•0 comments

Kyoto University develops AI monk robot equipped with Buddhist scriptures

https://japantoday.com/category/tech/kyoto-university-develops-ai-monk-robot-equipped-with-buddhi...
1•hhs•47m ago•0 comments