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.

Almost always look on the bright side of life

https://economist.com/business/2026/05/21/why-you-should-almost-always-look-on-the-bright-side-of...
1•andsoitis•7m ago•1 comments

Stop Doing Easy Things

https://xendo.bearblog.dev/stop-doing-easy-things/
1•xendo•10m ago•0 comments

The Essential Cloud for AI: Why Purpose-Built Defines the Future of Intelligence

https://www.coreweave.com/blog/the-essential-cloud-for-ai-why-purpose-built-defines-the-future-of...
1•janandonly•11m ago•0 comments

Show HN: IA-SQL – Postgres compiles your documents into a wiki with an LLM

https://github.com/feers77/iasql
1•feers77•12m ago•0 comments

The EU's Big Tech law was meant to move fast. It hasn't

https://www.politico.eu/article/eu-big-tech-law-meant-to-move-fast-it-hasnt/
2•miohtama•17m ago•0 comments

Modal's Series C: Raising $355M at a $4.65B valuation

https://modal.com/blog/modal-series-c
1•yla92•19m ago•0 comments

A simple clustering algorithm for lists

https://cassidoo.co/post/clustering-tiles/
1•cassidoo•21m ago•0 comments

Ilma, a Navtex Receiver for Raspberry Pi

https://code.sailorslog.io/blog/2026-05-06-ilma-navtex-decoder/
1•sailingcode•26m ago•1 comments

Concerning the National Information Technology Authority Bill, 2025

https://medium.com/sort-of-like-a-tech-diary/concerning-the-national-information-technology-autho...
1•wsgeorge•28m ago•0 comments

Supercharging Claude Code with the Right (CLI) Tools

https://batsov.com/articles/2026/02/17/supercharging-claude-code-with-the-right-tools/
2•fagnerbrack•29m ago•0 comments

The Perfect Code Review: How to Reduce Cognitive Load While Improving Quality

https://bastrich.tech/perfect-code-review/
1•fagnerbrack•29m ago•0 comments

Leaving Performance on the Table

https://fzakaria.com/2026/05/23/leaving-performance-on-the-table
2•ingve•31m ago•0 comments

Individual Logarithm Reduction Step of Discrete Logarithm Problem

https://leetarxiv.substack.com/p/individual-logarithm-reduction-step
1•birdculture•32m ago•0 comments

I used Kimi to build a webgame: GeoGuessr but for Guns

https://gunguesser.com
2•abhahbnar•33m ago•0 comments

AI is not making software worse, people are

https://rapha.land/no-ai-is-not-making-software-worse-people-are/
3•purpleberry•33m ago•2 comments

Theseus: Translating Win32 to WASM

https://neugierig.org/software/blog/2026/05/theseus-wasm.html
1•ingve•37m ago•0 comments

Scaling Akvorado BMP Rib with Sharding

https://vincent.bernat.ch/en/blog/2026-akvorado-rib-sharding
1•g0xA52A2A•41m ago•0 comments

I Ditched Google ADK for LangGraph

https://mayberay.bearblog.dev/i-ditched-google-adk-for-lang-graph/
2•mugamuga•44m ago•0 comments

If you let AI do your writing, I will come to your house and kill you

https://samkriss.substack.com/p/if-you-let-ai-do-your-writing-i-will
14•ghghgfdfgh•44m ago•5 comments

Cheney on the MTA (1994)

https://www.plover.com/misc/hbaker-archive/CheneyMTA.html
1•tosh•45m ago•1 comments

Should shortform content have visible credibility metadata?

1•HelloWorldP•51m ago•1 comments

Vipresso – WordPress plugin boilerplate with React, Vite, and Playground demo

https://github.com/tommasomeli/vipresso
2•tommasomeli•51m ago•0 comments

CampaignPilot – self-hosted SMTP engine with atomic Redis throttling

https://github.com/toinbox/campaign-pilot
1•toinbox•54m ago•0 comments

Tennis audio line calling with two iPhone cameras [video]

https://www.youtube.com/watch?v=fO4BULvXELY
1•Austin_Conlon•54m ago•0 comments

Cosmic Voids May Contain the Universe's Best Secrets

https://www.wired.com/story/cosmic-voids-might-contain-universes-best-secrets/
1•joozio•55m ago•0 comments

Our 2D game character grew 3% taller every time he walked

https://hey.paris/posts/leo-sprite-alignment/
2•parisidau•56m ago•0 comments

Zero Knowledge (About) Encryption: Security Analysis of Password Managers

https://eprint.iacr.org/2026/058
1•Ember_Wipe•1h ago•0 comments

Why young academics are leaving academia

https://www.ft.com/content/8097a49b-32f9-455c-890c-921d3b419f59
1•bazzmt•1h ago•0 comments

Le Baguette Index

https://lebaguetteindex.fr/
2•wouterjanl•1h ago•0 comments

Show HN: A deep dive into Kubernetes internals

https://semicolony.dev/codex/kubernetes/
6•officerdodles12•1h ago•0 comments