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.

Building a Rust Runtime for TypeScript

https://encore.dev/blog/rust-runtime
1•dohguy•20s ago•0 comments

Is there a path to Gamification of Verification?

https://olshansky.info/thoughts/2026-04-08-gamification-of-verification
1•Olshansky•1m ago•0 comments

AI Cybersecurity After Mythos: The Jagged Frontier

https://aisle.com/blog/ai-cybersecurity-after-mythos-the-jagged-frontier
1•evelinag•2m ago•0 comments

PrismAudio AI – AI-Powered Audio Enhancement Tool

https://prismaudio.net/
1•danielmateo773•4m ago•0 comments

An Homage to Doing

http://kbrecordzz.com/2026/04/an-homage-to-doing/
1•bollkalle•5m ago•0 comments

Show HN: 8d – Agent-Native Version Control, where Git breaks

2•8dazo•8m ago•2 comments

Keychron's keyboards are now open source

https://github.com/Keychron/Keychron-Keyboards-Hardware-Design
1•koteelok•10m ago•0 comments

I built an open-source research lab that reads papers and iterates autonomously

https://github.com/dimalik/arcana
1•da352•12m ago•0 comments

Think out loud. Your ideas get structure

https://naumu.ai/
2•taubek•16m ago•0 comments

Hi, This Is Clicky

https://github.com/farzaa/clicky
2•mellosouls•22m ago•0 comments

Process Manager for Autonomous AI Agents

https://botctl.dev/
2•ankitg12•26m ago•0 comments

My Friend Circles

https://ruky.me/my-friend-circles/
1•rukshn•27m ago•0 comments

How Topaz Emulates Microsoft Entra ID

https://topaz.thecloudtheory.com/blog/entra-id-emulation/
1•kamilmrzyglod•29m ago•0 comments

The 3 Ps of pooping and how to optimize them, according to a Harvard doc

https://krdo.com/health/cnn-health/2026/04/07/the-3-ps-of-pooping-and-how-to-optimize-them-accord...
1•mikhael•29m ago•0 comments

What Is Lipoless? Complete Guide to Weight Loss Support [pdf]

https://storage.prod.researchhub.com/uploads/papers/users/187827/84e59d9a-593a-4d53-a5ee-a438e41e...
1•AidanKeogh•30m ago•0 comments

The Bitter Lesson Rich Sutton [pdf]

https://www.cs.utexas.edu/~eunsol/courses/data/bitter_lesson.pdf
2•prakashqwerty•30m ago•0 comments

WikiMapped – 1.3M geolocated Wikipedia articles on an interactive world map

https://wikimapped.mukul-mehta.in/
1•rashil2000•31m ago•1 comments

March smashes heat records for continental US

https://apnews.com/article/march-temperature-record-weather-el-nino-369298794ffd94665ed78a6b4f3b0267
2•geox•33m ago•0 comments

LinkedIn facing lawsuits over scanning users' browser extensions

https://arstechnica.com/tech-policy/2026/04/linkedin-scanning-users-browser-extensions-sparks-con...
2•dryadin•33m ago•0 comments

One Engineer, One AI, One Week: Cloudflare Just Rebuilt Next.js

https://bytesizedbets.com/p/one-engineer-one-ai-one-week-cloudflare
1•alokDT•39m ago•0 comments

KFC, a.k.a. Korean Fried chicken, took over the world

https://www.theguardian.com/world/2026/apr/09/korean-fried-chicken
2•hkmaxpro•40m ago•0 comments

Meta's new model is Muse Spark, and meta.ai chat has some interesting tools

https://simonwillison.net/2026/Apr/8/muse-spark/
1•lumpa•45m ago•0 comments

I'm a 30-year veteran SWE, and my industry is currently overrun with addicts

https://old.reddit.com/r/BetterOffline/comments/1sg5ygf/im_a_30year_veteran_swe_and_my_industry_is/
5•farmerbb•46m ago•1 comments

Amazon to end support for older Kindle devices

https://techcrunch.com/2026/04/08/amazon-to-end-support-for-older-kindle-devices-2012/
1•rippeltippel•47m ago•0 comments

Building an LSP Server with Rust is surprisingly easy and fun

https://codeinput.com/blog/lsp-server
1•PaulHoule•48m ago•0 comments

A read-only HN wrapper

1•wasimsk•49m ago•0 comments

Show HN: Local browser extension, scans ToS with regex, no AI

https://chromewebstore.google.com/detail/fine-print/bhelaaijhcacllnmdlmflcjemdofpjml
2•cambone•50m ago•1 comments

Dola – AI Consulting for your tiny firm

https://dolalabs.com/
2•radurevutchi•54m ago•0 comments

Pro-Russian 'doppelganger' campaign exploits DW brand

https://corporate.dw.com/en/hungary-election-pro-russian-doppelganger-campaign-exploits-dw-brand/...
2•doener•57m ago•0 comments

My browser-based static site generator

https://stratts.au/posts/browser-based-ssg/
1•stratts•57m ago•0 comments