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.

The Abstraction Fallacy: Why AI Can Simulate But Not Instantiate Consciousness

https://deepmind.google/research/publications/231971/
1•pseudolus•47s ago•0 comments

Laravel Magika – AI Powered File Type Detection

https://github.com/megoxv/laravel-magika
1•megoxv•1m ago•0 comments

Curing U.S. Health Care, Part I

https://paulkrugman.substack.com/p/curing-us-health-care-part-i
1•rbanffy•2m ago•0 comments

Scientists Capture Superconductivity's 'Dancing Pairs' for First Time

https://www.simonsfoundation.org/2026/04/15/scientists-capture-superconductivitys-dancing-pairs-f...
2•ganitam•2m ago•0 comments

18 Months of Monk Mode: Why Learning Without a System Led Me to Failure

https://www.cogito-app.io
2•hugobeey•8m ago•0 comments

Show HN: Using Ramanujan's Pi Series for Bitcoin Security on Nvidia B200

https://zenodo.org/records/19650883
1•Prakash_1•11m ago•0 comments

When dashes give away ChatGPT usage

https://www.lemonde.fr/en/m-le-mag/article/2026/04/19/when-dashes-give-away-chatgpt-usage_6752585...
1•geox•12m ago•0 comments

WireGuard for Windows Reaches v1.0

https://www.phoronix.com/news/WireGuard-For-Windows-1.0
1•Bender•14m ago•0 comments

Robot beats humans to win Beijing half-marathon

https://news.sky.com/video/robot-beats-humans-to-win-beijing-half-marathon-13533657
1•austinallegro•14m ago•1 comments

CachyOS Rolls Out a Super-Charged Linux 7.0 Kernel

https://www.phoronix.com/news/CachyOS-Super-Charged-Linux-7.0
1•Bender•14m ago•0 comments

CISA tells feds to patch 13-year-old Apache ActiveMQ bug under active attack

https://www.theregister.com/2026/04/17/cisa_tells_feds_to_patch/
2•Bender•15m ago•0 comments

Clojure: Transducers

https://clojure.org/reference/transducers
1•tosh•15m ago•0 comments

Why Zip drives dominated the 90s, then vanished almost overnight

https://www.xda-developers.com/zip-drives-dominated-90s-vanished-almost-overnight/
2•naves•16m ago•0 comments

The AI Chip Owners Explorer

https://epoch.ai/blog/introducing-the-ai-chip-owners-explorer
2•o4c•17m ago•0 comments

Emergent memory discovered – self sustaining coupler loop in a nutshell

https://rogmash.neocities.org/
1•rogmash•18m ago•1 comments

Show HN: Open-source CAD in the browser (DXF-native, no install)

1•kengeo•19m ago•0 comments

Cat Me If You Can

https://store.steampowered.com/app/3170490/Cat_Me_If_You_Can/
2•doener•21m ago•0 comments

OKU: Become a traveling monk and embark on a journey towards spiritual growth

https://store.steampowered.com/app/3590650/OKU/
1•doener•23m ago•0 comments

Show HN: Rigor – Anti-Enshittification Proxy for Your AI Agents

https://rigorcloud.com/
1•waveywaves•24m ago•0 comments

A decade of software

https://fohlen.github.io/posts/a-decade-of-software/
1•usernametaken29•29m ago•0 comments

Need some suggestions and ideas on agricultural using AI

1•varXpaa•35m ago•0 comments

Changes in the system prompt between Claude Opus 4.6 and 4.7

https://simonwillison.net/2026/Apr/18/opus-system-prompt/
4•pretext•35m ago•0 comments

Formally speaking, "Transpiler" is a useless word

https://people.csail.mit.edu/rachit/post/transpiler-formal/
4•ganitam•37m ago•2 comments

GollyStream – Real-time Ethereum events at 1,265 ops/s with minipass

https://github.com/goodgollyholly/gollystream3
1•goodgollyholly•41m ago•0 comments

U.S. National Park Finder

https://nikag-ai.github.io/national-parks/
1•bookofjoe•46m ago•0 comments

Open-source DIY radar that's 95% cheaper than $250k commercial offerings

https://www.tomshardware.com/maker-stem/open-source-radar-system-is-95-percent-cheaper-than-usd25...
4•anjel•46m ago•1 comments

Show HN: Claude Code Rust – a native Rust TUI that avoids the V8 heap OOM

https://github.com/srothgan/claude-code-rust
2•char8•50m ago•0 comments

Reconstructing a Dead USB Protocol: From Unknown Chip to Working Implementation

https://github.com/coremaze/ME2-Writeup/blob/master/README.md
2•birdculture•53m ago•0 comments

In the UK, EVs are cheaper than petrol cars, thanks to Chinese competition

https://electrek.co/2026/04/18/in-the-uk-evs-are-cheaper-than-petrol-cars-thanks-to-chinese-compe...
4•breve•56m ago•0 comments

Crypto Hack Worth $290M Triggers DeFi Contagion Shock

https://www.bloomberg.com/news/articles/2026-04-19/crypto-hack-worth-290-million-triggers-defi-co...
1•helsinkiandrew•1h ago•0 comments