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.

Willow

https://github.com/Ghosthx-Code/willow
1•Ghosthx-Code•47s ago•0 comments

Americans Turning to AI to Supplement Healthcare Visits

https://news.gallup.com/poll/707789/americans-turning-supplement-healthcare-visits.aspx
1•hn_acker•54s ago•0 comments

Qwen3.5-Omni Technical Report

https://arxiv.org/abs/2604.15804
1•gmays•54s ago•0 comments

Monitoring Data Quality in Probability-Based Internet Panels

https://news.gallup.com/opinion/methodology/708383/monitoring-data-quality-probability-based-inte...
1•hn_acker•1m ago•0 comments

Four Stable Kernels for Wednesday

https://lwn.net/Articles/1068981/
1•kazu11max17•4m ago•0 comments

When Your Digital Life Vanishes

https://www.newyorker.com/magazine/2026/04/27/when-your-digital-life-vanishes
3•benbreen•7m ago•0 comments

The IOC's decision to protect the female category is a victory for fairness

https://www.theguardian.com/commentisfree/2026/apr/21/ioc-decision-female-category-olympics-trans...
1•vlebb•9m ago•0 comments

In two years nobody will care if actors are AI or not–director Mathieu Kassovitz

https://www.theguardian.com/film/2026/apr/22/actors-ai-la-haine-director-mathieu-kassovitz
2•bookofjoe•11m ago•0 comments

gRPC benchmark results 2026-04-23

https://github.com/LesnyRumcajs/grpc_bench/discussions/559
1•materialferret•12m ago•0 comments

GitHub Driven RSS Feeds: Paul Graham, Anthropic, and More

https://github.com/Olshansk/rss-feeds
2•Olshansky•12m ago•1 comments

Bring your own Agent to MS Teams

https://microsoft.github.io/teams-sdk/blog/bring-your-agent-to-teams/
3•umangsehgal93•13m ago•0 comments

You want your Moon landings in HD? So does NASA

https://arstechnica.com/space/2026/04/you-want-your-moon-landings-in-hdtv-so-does-nasa-heres-how-...
1•jnord•14m ago•0 comments

Exercise and Weekly Sirolimus (Rapamycin) in Older Adults (Trial)

https://onlinelibrary.wiley.com/doi/10.1002/jcsm.70274
1•evo_9•15m ago•0 comments

HEPA air purifiers may boost brain power in adults over 40

https://medicalxpress.com/news/2026-04-hepa-air-purifiers-boost-brain.html
1•OutOfHere•16m ago•0 comments

Discover the Robot Athlete That Competes with Professional Table Tennis Players

https://ai.sony/blog/inside-project-ace-discover-the-robot-athlete-that-competes-with-professiona...
2•dbcooper•18m ago•0 comments

Andreessen, Thrive Poised for Windfall from SpaceX's Cursor Bid

https://www.bloomberg.com/news/articles/2026-04-22/andreessen-thrive-poised-for-windfall-from-spa...
1•petethomas•19m ago•0 comments

A new programming model for durable execution

https://vercel.com/blog/a-new-programming-model-for-durable-execution
2•gmays•19m ago•0 comments

Show HN: Archon-memory-core – agent memory that resolves contradictions

https://divergencerouter.com/amc/
1•Divergence42•22m ago•0 comments

Scaling Test-Time Compute for Agentic Coding

https://arxiv.org/abs/2604.16529
1•matt_d•22m ago•0 comments

Opus 4.7 is having a rough day. double check its work

https://imgur.com/a/eg5zL1u
1•prallo•23m ago•0 comments

LemmaScript: A Verification Toolchain for TypeScript via Dafny

https://midspiral.com/blog/lemmascript-a-verification-toolchain-for-typescript/
2•namin•24m ago•0 comments

Six-year-old girl has sight restored by gene therapy

https://news.sky.com/story/parents-hail-incredible-results-after-six-year-old-girl-has-sight-rest...
4•austinallegro•27m ago•0 comments

What 81000 Claude users said about the economics of AI

https://www.anthropic.com/research/81k-economics
1•schyzomaniac•27m ago•1 comments

Claude Code for the Outer Loop: An AI SRE Playbook

https://www.arcade.dev/blog/claude-code-ai-sre-oncall-workflows/
1•manveerc•30m ago•0 comments

Show HN: A visual CSS editor, Mac native

https://bendansby.com/cest/
1•webwielder2•33m ago•0 comments

生き甲斐 (ikigai) “a reason for being”

https://en.wikipedia.org/wiki/Ikigai
1•guessmyname•34m ago•0 comments

Ping-Pong Robot Stuns World by Defeating Elite Human Players [video]

https://www.youtube.com/watch?v=lWp6XNHaWRk
1•mgh2•35m ago•0 comments

I'm Using Claude Code for Everything Else but Coding

https://chandlernguyen.com/blog/2026/04/22/im-using-claude-code-for-everything-else-but-coding/
1•chandlernguyen•37m ago•1 comments

We built a multi-agent app on Genkit and Firebase

https://www.conveen.ai/building-with-genkit-and-firebase
2•ruby-kandah•37m ago•0 comments

Tom Lehrer (1928–2025): A (Mostly) Mathematical Appreciation [pdf]

https://www.ams.org/journals/notices/202602/rnoti-p118.pdf
2•ganitam•39m ago•2 comments