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.

AutoKernel: Autoresearch for GPU Kernels

https://github.com/RightNow-AI/autokernel
2•frozenseven•3m ago•0 comments

Passkeys were supposed to replace passwords, but they're failing

https://www.howtogeek.com/passkeys-were-supposed-to-replace-passwords-but-theyre-failing-for-the-...
1•vdelitz•4m ago•1 comments

Zen Fascists Will Control You

https://www.ianbetteridge.com/zen-fascist-wi/
1•brunohaid•6m ago•0 comments

Compact-dict – a cache-local, linear probing hash map in Rust

https://github.com/gustawdaniel/compact-dict
1•gustawdaniel•7m ago•1 comments

Prisoner's Dilemma in World Baseball Classic for Mexico and Italy Threatens USA

1•travisjungroth•8m ago•0 comments

I'm going to build my own OpenClaw, with blackjack and bun

https://github.com/rcarmo/piclaw
1•rcarmo•9m ago•0 comments

I Reduced 5 hours of Testing my Agentic AI applcaition to 10 mins

https://github.com/onepaneai/mantis
1•ashmil•10m ago•1 comments

SpacetimeDB: A Short Technical Review

https://strn.cat/w/articles/spacetime/
1•quantumwoke•12m ago•0 comments

Show HN: Lightsecond Video Surveys

https://lightsecond.io/
2•dmonn•13m ago•0 comments

SpaceX launches 15K-pound TV satellite to orbit on its 30th mission of the year

https://www.space.com/space-exploration/launches-spacecraft/spacex-launches-15-000-pound-tv-satel...
2•Brajeshwar•14m ago•0 comments

Story of Weda Bay: How nature is being sacrificed for mining

https://www.theguardian.com/environment/ng-interactive/2026/mar/11/how-mining-threatens-the-world...
2•defrost•16m ago•0 comments

Download Xiaohongshu Video

https://downloadxiaohongshuvideo.com/
2•Evan233•17m ago•0 comments

C++26: The Oxford Variadic Comma

https://www.sandordargo.com/blog/2026/03/11/cpp26-oxford-variadic-comma
3•ingve•19m ago•0 comments

Axllm: DSPy for TypeScript

https://axllm.dev/
2•handfuloflight•20m ago•0 comments

Mathematics is undergoing the biggest change in its history

https://www.newscientist.com/article/2518526-mathematics-is-undergoing-the-biggest-change-in-its-...
5•jonbaer•21m ago•1 comments

Coding agents for production iOS: a senior engineer's setup for 2x the output

https://ignatovv.me/blog/coding-agents-for-production-ios/
3•tosh•21m ago•0 comments

Microsoft patents system for AI helpers to finish games for you

https://www.dexerto.com/gaming/microsoft-patents-system-for-ai-helpers-to-finish-games-for-you-33...
3•JeanKage•23m ago•0 comments

Millennium Challenge 2002

https://en.wikipedia.org/wiki/Millennium_Challenge_2002
1•vrganj•25m ago•0 comments

PromptVault free tool for multi agentic development

2•bohdokas•25m ago•0 comments

Ask HN: How to Plan for a Better GTM for a Digital SaaS Product B2B

1•sriramgonella•29m ago•0 comments

The 'number station' sending mystery messages to Iran

https://www.ft.com/content/86c4a4ca-ca06-4fc8-90fe-4f46357b804f
3•thm•29m ago•0 comments

White-Box Attacks on PhotoDNA Perceptual Hash Function

https://eprint.iacr.org/2026/486
1•_____k•31m ago•0 comments

Michael Faraday: Scientist and Nonconformist (1996)

http://silas.psfc.mit.edu/Faraday/
3•o4c•36m ago•0 comments

An open letter to Grammarly and other plagiarists, thieves and slop merchants

https://www.moryan.com/an-open-letter-to-grammarly-and-other-plagiarists-thieves-and-slop-merchants/
3•october8140•41m ago•0 comments

Reaching net zero by 2050 'cheaper for UK than one fossil fuel crisis'

https://www.theguardian.com/environment/2026/mar/11/reaching-net-zero-by-2050-cheaper-for-uk-than...
3•ljf•43m ago•0 comments

4n6Img Project

1•Hoxed•48m ago•0 comments

Capital Isn't Destiny

https://writing.nikunjk.com/p/capital-isnt-destiny
2•tosh•48m ago•0 comments

Show HN: CLI and TUI for Elasticsearch and OpenSearch

https://github.com/jillesvangurp/kt-search/tree/master/ktsearch-cli
2•jillesvangurp•49m ago•1 comments

FreeBSDKit: Swift Package to Write Capability-Aware FreeBSD Apps

https://christiantietze.de/posts/2026/03/freebsdkit-swift-package-write-capability-aware-freebsd-...
2•frizlab•50m ago•0 comments

At the Boundary of Self-Reference

https://changkun.substack.com/p/at-the-boundary-of-self-reference
3•changkun•52m ago•0 comments