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

Comments

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

AI will optimize everything except your life. That's still on you

https://indignified.substack.com/p/ai-will-optimize-everything-except
1•ZguideZ•2m ago•0 comments

A Choice of Deadly Drones Is Only a Few Clicks Away

https://www.nytimes.com/2026/03/23/world/europe/ukraine-drones-marketplace-military-russia.html
1•lxm•7m ago•0 comments

LLM autonomously runs physics research across 5 PDE systems

https://github.com/michK/Autoresearch-for-Research
1•mike_krugs•7m ago•1 comments

Researchers at CERN transport antiprotons by truck in world‑first experiment

https://physicsworld.com/a/researchers-at-cern-transport-antiprotons-by-truck-in-world-first-expe...
1•oopsiremembered•13m ago•0 comments

WildClawBench

https://github.com/InternLM/WildClawBench
1•yhzan•13m ago•0 comments

AcademySoftwareFoundation DNA

https://github.com/AcademySoftwareFoundation/dna
1•qainsights•14m ago•1 comments

Meta's May Day

https://om.co/2026/03/25/metas-may-day/
2•gz5•18m ago•0 comments

Scammers have virtual smartphones on speed dial for fraud

https://www.theregister.com/2026/03/25/virtual_smartphones_fraud/
1•Brajeshwar•18m ago•0 comments

Show HN: Nit – I rebuilt Git in Zig to save AI agents 71% on tokens

https://justfielding.com/blog/nit-replacing-git-with-zig
3•fielding•23m ago•0 comments

Let's Not Confuse Labor's Problems with White-Collar AI Doomerism

https://www.damagemag.com/p/lets-not-confuse-labors-problems
1•abetusk•25m ago•0 comments

The personal relation between Phil K. Dick and Robert Heinlein

https://scifi.stackexchange.com/questions/1555/on-the-personal-relation-between-phil-k-dick-and-r...
1•wslh•27m ago•0 comments

Toggle macOS battery icon with plug/unplug

https://github.com/dceddia/battery-icon-toggle
1•dceddia•30m ago•0 comments

Show HN: Ultrahuman Ring API Dashboard (E-Ink)

https://github.com/Jay9185/TRMNL-ULTRAHUMAN
1•jerr9185•32m ago•1 comments

Mojo's Not (Yet) Python

https://theconsensus.dev/p/2026/03/12/mojos-not-yet-python.html
1•tuananh•36m ago•0 comments

Show HN: LookGood Live – Chrome plugin enhances your appearance on camera video

https://webcameffects.app/en/extensions/looksgood-live/
1•mda_damico•42m ago•0 comments

Meta, Google lose US case over social media harm to kids

https://www.reuters.com/legal/litigation/jury-reaches-verdict-meta-google-trial-social-media-addi...
3•1vuio0pswjnm7•49m ago•1 comments

Six open table formats compared across 5 architectural forks

https://medium.com/@shaoting.huang/the-table-format-wars-4daa6ba3dd84
1•fujidanbao•49m ago•0 comments

Async, Sync, in Between

https://antfu.me/posts/async-sync-in-between
1•luispa•50m ago•0 comments

Comparison of embedding size reduction methods for vector search

https://corvi.careers/blog/vector-search-embedding-compression/
1•sp1982•51m ago•0 comments

Earliest iron blooms discovered off the Carmel coast

https://www.nature.com/articles/s40494-026-02409-7
1•wslh•52m ago•0 comments

Writing Changes Mathematical Thought

https://www.quantamagazine.org/how-writing-changes-mathematical-thought-20260325/
1•sonabinu•53m ago•0 comments

Chinese National and 2 US Citizens Charged W Conspiring to Smuggle AITech to CCP

https://www.justice.gov/opa/pr/chinese-national-and-two-us-citizens-charged-conspiring-smuggle-ar...
1•737min•53m ago•0 comments

Ask HN: Has Claude Code quality level degraded lately?

2•narmiouh•54m ago•1 comments

Weaponizing Extension Packs with PackRAT

https://blog.yeethsecurity.com/2026/03/13/PackRat.html
1•somerandom1337•58m ago•0 comments

LA Jurors Find Meta, YouTube Liable for Youth Mental Health Problems, Award $6M

https://www.law.com/2026/03/25/los-angeles-jurors-find-meta-and-youtube-liable-for-youths-mental-...
2•1vuio0pswjnm7•1h ago•1 comments

Verdicts against social media companies carry consequences. But questions linger

https://www.boston25news.com/news/business/verdicts-against/EZ3JDN546E7RHDQDVPTYYGCAGI/
1•1vuio0pswjnm7•1h ago•0 comments

VS Code plugin to annotate in Markdown previews for your AI

https://github.com/41fred/ai-markdown-feedback
1•41fred•1h ago•1 comments

Web and File Server Comparison (NT Server 4.0 versus RedHat 5.2 on Linux 2.2.2)

http://www.mindcraft.com/whitepapers/first-nts4rhlinux.html
2•markus_zhang•1h ago•0 comments

Isolated Web Apps

https://chromeos.dev/en/web/isolated-web-apps
1•h4ch1•1h ago•0 comments

Every Online Conversation about AI, Summarized

https://rushyendramaganty.com/ai
3•finolex1•1h ago•0 comments