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

Comments

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

After Automation

https://every.to/p/after-automation
1•jibcage•1m ago•0 comments

Spanish Court Declines to Fine NordVPN over LaLiga Piracy Blocking Order

https://torrentfreak.com/spanish-court-declines-to-fine-nordvpn-over-laliga-piracy-blocking-order/
1•gslin•2m ago•0 comments

The Best Windows is Linux

https://lunduke.substack.com/p/the-best-windows-is-linux
2•gargan•8m ago•0 comments

The just-say-no engineer was a ZIRP phenomenon

https://www.seangoedecke.com/the-just-say-no-engineer-was-a-zirp-phenomenon/
1•vismit2000•9m ago•0 comments

High-Throughput Chips for LLMs

https://matx.com/
1•consumer451•12m ago•0 comments

Denuvo game cracked on day 1 of launch

https://pastebin.com/jQjvNrvA
1•sensanaty•12m ago•0 comments

Parsing IPv6 Addresses Crazily Fast with AVX-512

https://lemire.me/blog/2026/05/23/parsing-ipv6-addresses-crazily-fast-with-avx-512/
1•0xedb•13m ago•0 comments

Show HN: Brev – A frictionless Android note taking app

https://play.google.com/store/apps/details?id=com.shkurta.brev&hl=en_US
1•Klaudjo_shkurta•18m ago•0 comments

Layoffs Hitting Zalando?

https://old.reddit.com/r/cscareerquestionsEU/comments/1tkx5ll/layoffs_hitting_zalando/
2•theanonymousone•18m ago•0 comments

The International Space Station is leaking (again)

https://arstechnica.com/space/2026/05/uh-oh-the-international-space-station-is-leaking-again/
1•jnord•19m ago•0 comments

AI is getting pricey, but relief is coming, but not for you

https://www.theregister.com/ai-ml/2026/05/21/ai-is-getting-pricey-but-relief-is-coming-but-not-fo...
1•jnord•21m ago•0 comments

ExtendDB – The DynamoDB API, everywhere you run code

https://extenddb.org/
1•0xedb•22m ago•0 comments

New RFC Editor Website

https://www.rfc-editor.org/
1•jerleth•23m ago•0 comments

Former US execs plead guilty to aiding tech support scammers

https://www.bleepingcomputer.com/news/security/former-us-execs-plead-guilty-to-aiding-tech-suppor...
1•jnord•24m ago•0 comments

Rubish: A Unix shell written in pure Ruby

https://github.com/amatsuda/rubish
2•winebarrel•25m ago•0 comments

Ask HN: Is $300/HR too low these days for custom full stack?

2•noduerme•26m ago•0 comments

UK economic catastrophe unless it adapts to young people rewired by smartphones

https://news.sky.com/story/uk-faces-economic-catastrophe-unless-it-adapts-to-young-people-rewired...
3•austinallegro•29m ago•1 comments

Pip 26.1 Ships Dependency Cooldowns and Experimental Lockfile Support

https://www.infoq.com/news/2026/05/pip-261-dependency-cooldowns/
2•OutOfHere•36m ago•0 comments

Show HN: TruLayer – tracing, evals, and a control loop for production LLMs

https://trulayer.ai/
2•trulayer•37m ago•0 comments

The Software Coordination Tax: Why Your 40-Engineer Team Is Shipping Like 25

https://www.forbes.com/councils/forbestechcouncil/2026/05/20/the-software-coordination-tax-why-yo...
2•RyeCombinator•43m ago•0 comments

Exploring Ref Qualifiers in C++

https://meetingcpp.com/blog/items/Exploring-ref-qualifiers-in-Cpp.html
3•signa11•49m ago•0 comments

Why are there keys on my messenger app that I don't recognize

2•ttim•58m ago•0 comments

The uno reverse public license

https://github.com/Zuhaitz-dev/URPL
2•anticensor•1h ago•0 comments

Open-source living-room entertainment system, with pretty UI made in Electron

https://github.com/charnam/ClasmeraSpace
3•charnam•1h ago•2 comments

Riyadh Leads Global Tech Growth as Cyprus Becomes Europe's Crisis Safe Haven

https://www.startupblink.com/startupecosystemreport
2•Sam6late•1h ago•1 comments

AI-Declaration.md

https://github.com/DimwitLabs/AI-DECLARATION.md
2•rapiz•1h ago•0 comments

AI Prompt Examples and Techniques for Better AI Outputs

https://promptessor.com/blog/10-ai-prompt-examples-and-techniques
2•rizkimurtadha•1h ago•0 comments

Waterloo Intern = Head of Infra

https://twitter.com/waterloo_intern/status/2057977885840036104
2•tuhins•1h ago•0 comments

Nvidia Removes Gaming Revenue Category from Financial Reports

https://www.guru3d.com/story/nvidia-removes-gaming-revenue-category-from-financial-reports/
3•theanonymousone•1h ago•0 comments

Show HN: Pilates – pure TypeScript flex layout for terminal UIs

https://github.com/pilatesjs/pilates
2•wangzhijie•1h ago•0 comments