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

Comments

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

Google I/O 2026 had nothing to say and said it badly ahead of Apple's WWDC

https://appleinsider.com/articles/26/05/20/google-io-2026-had-nothing-to-say-and-said-it-badly-ah...
1•frizlab•1m ago•1 comments

The Security of Ephemeral Pages

https://schalkneethling.com/posts/the-security-of-ephemeral-pages/
1•speckx•2m ago•0 comments

StepStone: LLM-Based GPU Kernel Driver Fuzzing via User-Space Libraries [pdf]

https://www.cs.ucr.edu/%7Ezhiyunq/pub/oakland26_gpu_fuzzing.pdf
1•matt_d•2m ago•0 comments

GitHub Says 3,800 Repositories Breached

https://www.forbes.com/sites/daveywinder/2026/05/20/github-says-3800-repositories-breached-teampc...
1•sholas•3m ago•0 comments

2026 Layoffs Tracker (WSJ)

https://www.wsj.com/economy/jobs/layoffs-2026-tracker-784ea69f
1•cwwc•3m ago•0 comments

Tor v3 .onion addresses are the same Ed25519 pubkey as Solana wallets

https://ouija.social/directory
1•notstacc•6m ago•0 comments

The Book of Mozilla

https://en.wikipedia.org/wiki/The_Book_of_Mozilla
1•TheSilva•6m ago•0 comments

The Internet can't stop watching Figure AI's humanoid robots handling packages

https://arstechnica.com/ai/2026/05/the-internet-cant-stop-watching-figure-ais-humanoid-robots-han...
1•Brajeshwar•6m ago•0 comments

The Hardware Lottery

https://hardwarelottery.github.io/
1•intelkishan•8m ago•0 comments

Show HN: We wrote forensic intelligence reports on 20 open-source codebases

https://github.com/zero-intelligence/zero-intel
1•DhruvKumarJha•8m ago•0 comments

The surprising story behind the first British person in space

https://www.bbc.com/culture/article/20260518-helen-sharman-the-story-behind-the-first-british-per...
2•xoxxala•9m ago•0 comments

Newborns' cry melody is shaped by their native language

https://pubmed.ncbi.nlm.nih.gov/19896378/
1•thunderbong•11m ago•0 comments

My Hermes and Obsidian Setup and Use Cases

https://metedata.substack.com/p/013-my-hermes-and-obsidian-set-up
1•young_mete•11m ago•0 comments

Show HN: Lance – image/video generation and understanding in one model

https://github.com/bytedance/Lance
2•cleardusk•11m ago•0 comments

You never learned to delegate. AI just made it obvious

https://jeroensangers.com/2026/05/18/you-never-learned-to-delegate.html
1•speckx•11m ago•1 comments

What do you think of my new website?

https://www.movingcompared.co.uk
1•ty00001•12m ago•0 comments

I built 2k badges for Replay and I'm not sure I've slept since December

https://temporal.io/blog/badges-for-replay-and-i-havent-slept-since-december
1•raybb•13m ago•1 comments

LightSolver Partners with Boeing

https://www.photonics.com/Articles/LightSolver-Partners-with-Boeing/a72200
1•ramon156•13m ago•0 comments

Show HN: Zero Protocol – A personal context file for AI

https://github.com/zero-intelligence/zero-protocol
2•DhruvKumarJha•14m ago•0 comments

U.S. PV manufacturing capex could reach $7B in 2027 in breakout year

https://www.pv-magazine.com/2026/05/20/u-s-pv-manufacturing-capex-could-reach-7-billion-in-2027-i...
2•ndr42•15m ago•0 comments

Show HN: Chatroom with curl command (requires IPv6)

https://chat.est.im/ai/hackernews
1•est•16m ago•0 comments

Career coach based on psychological tests (desktop,BYOK)

https://yggdra.garden/
1•teslavr•16m ago•0 comments

SBCL: The Assembly Code Breadboard (2014)

https://pvk.ca/Blog/2014/03/15/sbcl-the-ultimate-assembly-code-breadboard/
1•yacin•17m ago•0 comments

From Skills Back to Tools: Why Our Dashboard Assistant Moved Off the Claude Code

https://blog.promptlayer.com/from-skills-back-to-tools-why-our-dashboard-assistant-moved-off-the-...
1•jonpon•17m ago•0 comments

StrangerLoops

https://strangerloops.com
1•alanbotts•17m ago•0 comments

The brain's code seems to be in constant flux. Neuroscientists are baffled

https://www.nature.com/articles/d41586-026-01554-0
3•Brajeshwar•20m ago•0 comments

AI-generated abandonware is hollowing out open source

https://leaddev.com/software-quality/ai-generated-abandonware-is-hollowing-out-open-source
2•chhum•22m ago•0 comments

Chat client for Meshtastic LoRa mesh networks in Emacs

https://git.andros.dev/andros/meshtastic.el
2•andros•23m ago•0 comments

Localgcp: LocalStack for GCP, emulating 14 Google Cloud services locally

https://github.com/slokam-ai/localgcp
1•linkdd•23m ago•0 comments

How much should we worry about secretly loyal AIs?

https://www.the-substrate.net/p/how-much-should-we-worry-about-secretly
2•erwald•28m ago•0 comments