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.

Lanzaboote – NixOS Secure Boot

https://x86.lol/generic/2022/11/26/lanzaboote.html
1•evilmonkey19•1m ago•1 comments

IceStream on Object Store

https://github.com/jordepic/icestream
1•jordepic•5m ago•1 comments

Bun ported to Rust in 6 days

https://xunroll.com/thread/2053047748191232310
2•qprofyeh•9m ago•0 comments

Optimize for change not application performance

https://www.echooff.dev/blog/developer-experience-is-a-performance-feature
2•lo1tuma•12m ago•1 comments

Why age assurance laws matter for developers

https://github.blog/news-insights/policy-news-and-insights/why-age-assurance-laws-matter-for-deve...
2•pavel_lishin•13m ago•0 comments

Redstone – a faster PortfoliosLab with a one-click portfolio optimizer

https://redstonemarkets.com/
1•mihaitrincav•15m ago•1 comments

Turkey unveils new missile, AI touts as able to hit US mainland

https://www.ft.com/content/d2136091-9fd2-4923-b168-50539e5b27ab
2•JumpCrisscross•16m ago•0 comments

Money is renewable, time isn't

https://get168.app/blog/money-is-renewable-time-isnt
1•dudcks97•16m ago•0 comments

Heuristic Learning

https://trinkle23897.github.io/learning-beyond-gradients/
1•xiaoniu•23m ago•0 comments

Meta's Embrace of A.I. Is Making Its Employees Miserable

https://www.nytimes.com/2026/05/08/technology/meta-ai-employees-miserable.html
4•JumpCrisscross•23m ago•0 comments

Ask HN: Is there evidence that LLMs can extrapolate to new ideas?

1•mikpanko•24m ago•0 comments

Strategic advice from LLM's is "trendslop", say researchers

https://hbr.org/2026/03/researchers-asked-llms-for-strategic-advice-they-got-trendslop-in-return
2•marojejian•24m ago•1 comments

Maybe I'm the Alien [video]

https://www.youtube.com/watch?v=y894m7joEBc
1•hank808•26m ago•0 comments

Speeding Up Zsh

https://arkoinad.com/posts/zsh_speedup.html
1•Brajeshwar•26m ago•0 comments

Trying to Become a Better Programmer by Writing a PHP Interpreter in C++

https://github.com/GiuseppePuleri/jimphp/blob/main/README.md
1•pulerigiuseppe•26m ago•1 comments

The UAP report so far

https://marginalrevolution.com/marginalrevolution/2026/05/the-uap-report-so-far.html
2•paulpauper•28m ago•1 comments

Software Ate My Homework

https://www.theatlantic.com/ideas/2026/05/canvas-hack-campus-fragility/687115/
2•paulpauper•29m ago•0 comments

Jon Rubinstein: Former Apple Hardware Chief on Saving Apple, iMac, iPod, iPhone [video]

https://www.youtube.com/watch?v=PvFMT58lgvk
2•tosh•29m ago•0 comments

Loops and Routines Without Claude

https://ingresslabs.net/blog/spec-driven-development-loops
1•akrylov•30m ago•0 comments

Admit It, That Protein Shake Is Basically Soylent

https://www.theatlantic.com/health/2026/05/soylent-protein-shake/687120/
3•paulpauper•30m ago•1 comments

Cloudflare Pages is down in Spain

https://www.cloudflarestatus.com
2•mariopt•30m ago•1 comments

Getting LLMs Drunk to Find Remote Linux Kernel OOB Writes (and More)

https://heyitsas.im/posts/drinking-llms/
1•hnpufflib•32m ago•0 comments

Mass Gen expands virtual care for 30k patients with no primary care clinicians

https://www.bostonglobe.com/2026/05/09/business/mass-general-brigham-primary/
1•bookofjoe•33m ago•1 comments

Long short-term memory (1997) [pdf]

https://www.bioinf.jku.at/publications/older/2604.pdf
1•andsoitis•34m ago•0 comments

Where will UX design be in 5 years? 5 Predictions (2017)

https://designlab.com/blog/where-ux-design-5-years-predictions
1•downbad_•36m ago•1 comments

I learned something about GPUs today

https://foon.uk/blackshift-sand-bug/
1•birdculture•36m ago•0 comments

Peter Naur – Programming as Theory Building (1985) [pdf]

https://pages.cs.wisc.edu/~remzi/Naur.pdf
2•s4i•38m ago•0 comments

Chicago undergraduate mathematics bibliography (1999)

https://www.ocf.berkeley.edu/~abhishek/chicmath.htm
2•Tomte•40m ago•0 comments

Firefox vs. Chromium security in 2022, how true is it still today?

https://madaidans-insecurities.github.io/firefox-chromium.html
1•wyoh•41m ago•1 comments

GM to pay $12.75M to settle California driver privacy probe

https://www.reuters.com/sustainability/boards-policy-regulation/gm-pay-1275-million-settle-califo...
2•1vuio0pswjnm7•41m ago•0 comments