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

Comments

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

UK promises procurement shift after Palantir deals

https://www.theregister.com/2026/03/20/uk_palantir_contracts/
1•beardyw•1m ago•0 comments

Evaluation Gates: Releasing AI Systems Without Guesswork

https://heavythoughtcloud.com/knowledge/evaluation-gates-releasing-ai-systems-without-guesswork
1•ryan-s•2m ago•0 comments

I'm pretty sure I've built the perfect side project

https://petersuhm.com/posts/ogkit/
1•peter_suhm•2m ago•0 comments

OpenAI Plans Launch of Desktop 'Superapp' to Refocus, Simplify User Experience

https://www.wsj.com/tech/openai-plans-launch-of-desktop-superapp-to-refocus-simplify-user-experie...
1•bookofjoe•3m ago•1 comments

The Long Farewell to Mark Zuckerberg's Metaverse

https://www.nytimes.com/2026/03/19/technology/mark-zuckerbergs-metaverse-vr-horizon-worlds.html
2•1vuio0pswjnm7•4m ago•0 comments

Training Center for Maneuvering on Manned Model Ships

https://www.portrevel.com/
1•mhb•5m ago•0 comments

Mind-altering substances are (still) falling short in clinical trials

https://www.technologyreview.com/2026/03/20/1134419/psychedelics-overhyped-psilocybin-depression-...
1•joozio•7m ago•0 comments

Pompeii's battle scars linked to an ancient 'machine gun'

https://phys.org/news/2026-03-pompeii-scars-linked-ancient-machine.html
1•pseudolus•8m ago•0 comments

If You Write a Series of Blog Posts, Please Link Them at the Beginning

https://www.ahalbert.com/blog/2026/03/19/series.html
1•ahalbert4•8m ago•0 comments

Alibaba has made 470k AI chips, admits they're inferior and may always be

https://www.theregister.com/2026/03/20/alibaba_q3_2025/
2•Brajeshwar•10m ago•0 comments

Scientists discover new heavy proton-like particle at CERN

https://phys.org/news/2026-03-scientists-play-key-role-discovery.html
1•rudolftheone•10m ago•0 comments

China Approves the First Brain Chips for Sale–and Plans to Dominate the Industry

https://www.wired.com/story/china-approves-first-brain-chips-for-sale-plan-to-dominate-industry/
2•beardyw•10m ago•0 comments

New IEA report highlights options to ease oil price pressures on consumers

https://www.iea.org/news/new-iea-report-highlights-options-to-ease-oil-price-pressures-on-consume...
1•TechTechTech•12m ago•0 comments

Face Photo Trap

https://facetrap.net/
1•ulrischa•12m ago•0 comments

Orc (Slang)

https://en.wikipedia.org/wiki/Orc_(slang)
1•doener•13m ago•0 comments

The art (and science) of Browser Fingerprinting

https://centamori.com/index.php?slug=browser-fingerprinting-art-and-science&lang=en
2•speckx•16m ago•0 comments

Feds Disrupt IoT Botnets Behind DDoS Attacks

https://krebsonsecurity.com/2026/03/feds-disrupt-iot-botnets-behind-huge-ddos-attacks/
2•tatersolid•17m ago•0 comments

Quantum Computers Will Tap Out Before Breaking Encryption, Theory Claims

https://gizmodo.com/quantum-computers-will-tap-out-before-breaking-encryption-theory-claims-20007...
1•giuliomagnifico•20m ago•0 comments

OpenClaw enthusiasm grips China, schoolkids and retirees alike raise 'lobsters'

https://www.reuters.com/technology/openclaw-enthusiasm-grips-china-schoolkids-retirees-alike-rais...
1•geox•20m ago•0 comments

AI sell-off's worst-hit company grapples with 'SaaSpocalypse'

https://www.ft.com/content/206df66d-09ac-46b6-a3c6-a25aaf07eb8a
2•frereubu•20m ago•0 comments

Huang says would be 'deeply alarmed' if 500KUSD eng didn't use 250KUSD tokens

https://www.businessinsider.com/jensen-huang-500k-engineers-250k-ai-tokens-nvidia-compute-2026-3
1•nis0s•21m ago•1 comments

Delphi 13.1 Released, with ARM64 support

https://blogs.embarcadero.com/announcing-the-availability-of-rad-studio-13-florence-update-1/
4•nopakos•24m ago•0 comments

Replacing HLS/Dash: Media over QUIC

https://moq.dev/blog/replacing-hls-dash/
2•goranmoomin•25m ago•0 comments

'the memory': why Nigeria is burying its history in Svalbard mountain

https://www.theguardian.com/global-development/2026/mar/17/arctic-world-archive-nigeria-history-c...
3•robaato•26m ago•0 comments

Show HN: Singularity-Claude – Self-Evolving Skills for Claude Code

https://github.com/Shmayro/singularity-claude
1•shmayro•27m ago•0 comments

Generative AI and the Age Gradient in Hiring (Sweden) [pdf]

https://cms.ratio.se/app/uploads/2026/03/lodefalk_march16_paper_v2-kombinerades.pdf
1•armcat•28m ago•0 comments

India Considers Real-Time Euro FX Settlement Amid EU Trade Push

https://www.bloomberg.com/news/articles/2026-03-20/india-considers-real-time-euro-fx-settlement-a...
1•vrganj•28m ago•1 comments

Floating wetlands boost water quality, slash greenhouse emissions

https://www.science.org/content/article/floating-wetlands-boost-water-quality-slash-greenhouse-em...
3•Brajeshwar•30m ago•1 comments

Is Discord Down? Users Report Errors

https://comuniq.xyz/post?t=871
1•01-_-•31m ago•1 comments

Some critical issues with the SWE-bench-Pro environments

https://github.com/SWE-agent/mini-swe-agent/issues/787
2•snoopyswe•32m ago•0 comments