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.

No deal reached in Iran – US talks

1•chirau•1m ago•0 comments

Emergency Prices: How Private Equity Captured the Ambulance Market

https://www.thebignewsletter.com/p/code-red-why-your-city-cant-affordor
1•walterbell•7m ago•0 comments

The Center Has a Bias

https://lucumr.pocoo.org/2026/4/11/the-center-has-a-bias/
1•theshrike79•8m ago•0 comments

Code on Incus: Security-Hardened Container Runtime for AI Coding Agents

https://github.com/mensfeld/code-on-incus
1•inktype•9m ago•0 comments

Find spaces to work and remote workers to connect with

https://opentotalk.it
1•alainrk•10m ago•0 comments

What comes after Open Source?

1•fxtentacle•11m ago•0 comments

Jonathan Blow on Italo Calvino and Video Games [video]

https://www.youtube.com/watch?v=vI16Txc7x1s
1•nathancspencer•11m ago•0 comments

Aids Info Disk: a playthrough of the first-ever ransomware

https://marnetto.net/2026/03/14/aids-info-disk
1•TMWNN•14m ago•0 comments

Scrum Master Interview Questions for the AI Era

https://age-of-product.com/10-scrum-master-interview-questions-ai-era/
1•swolpers•14m ago•0 comments

Show HN: Two Claudes collaborating through shared memory on a $100 mini-PC

2•asixicle•16m ago•0 comments

The Brainrot Industrial Complex

https://jshamsul.com/essays/2026-04-12-brainrot-industrial-complex
4•jibone•18m ago•0 comments

Iran and US fail to reach a deal (conomictimes.indiatimes.com)

https://economictimes.indiatimes.com/news/international/world-news/iran-and-us-failed-to-reach-a-...
1•SilentM68•30m ago•0 comments

Unauthenticated Object Write Vulnerability in MinIO

https://github.com/minio/minio/security/advisories/GHSA-9c4q-hq6p-c237
2•llui85•33m ago•1 comments

Show HN: Drowning in messages after 6 months as a CSM, I built a cat timer

https://apps.apple.com/us/app/purrrrrfocus-zen-cat-timer/id6753966008
1•louischen•35m ago•0 comments

Weather Prediction Markets Are Booming. Can They Improve Forecasts?

https://www.bloomberg.com/news/articles/2026-04-10/what-are-weather-prediction-markets-and-do-the...
1•fittingopposite•39m ago•0 comments

The Universal Standard Book Number

https://openusbn.org/
2•novalis78•41m ago•0 comments

'It's a special thing to be on Planet Earth': Artemis crew welcomed home in

https://www.bbc.com/news/videos/cd7jzj9rg1qo
1•hkhn•46m ago•0 comments

An LLM That Watches Your Logs and Kills Compromised Services at 3am

https://jonno.nz/posts/llm-kills-compromised-services-at-3am/
3•jonno-nz•47m ago•0 comments

The biggest advance in AI since the LLM

https://garymarcus.substack.com/p/the-biggest-advance-in-ai-since-the
5•hooch•52m ago•0 comments

Apollo Domain/IX User's Guide [pdf]

https://dn710900.ca.archive.org/0/items/bitsavers_apollo0058ideDec86_7208983/005803-01_DOMAIN_IX_...
2•drob518•56m ago•0 comments

Show HN: Minimalist template for scientific and academic resumes

https://github.com/pmichaillat/latex-cv
1•reomgdfsrtr•1h ago•0 comments

Electric Rail Bike for Abandoned Railroads [video]

https://www.youtube.com/watch?v=HhZNUNomXyo
1•phyzix5761•1h ago•0 comments

Powell, Bessent discussed Anthropic's Mythos AI cyber threat with major US banks

https://www.cnbc.com/2026/04/10/powell-bessent-us-bank-ceos-anthropic-mythos-ai-cyber.html
6•attentive•1h ago•0 comments

A new interpretation of the Riemann Hypothesis based on wave interaction (Flux)

https://zenodo.org/records/19515676
1•kimhanhee•1h ago•1 comments

Excellence Is a Habit

https://www.flyingbarron.com/2026/04/excellence-is-habit.html
9•mooreds•1h ago•0 comments

Ideas for marketing a dev centric product (2019)

https://www.mooreds.com/wordpress/archives/3197
3•mooreds•1h ago•0 comments

Is the 'Holy Grail of batteries' ready to bless us with its presence?

https://www.theverge.com/transportation/909480/solid-state-battery-donut-lab-ev-china
4•neilfrndes•1h ago•1 comments

New town every hour blue sky account

https://bsky.app/profile/townsusa.bsky.social
4•mooreds•1h ago•0 comments

Vance Says U.S.-Iran Peace Talks Break Down over Nuclear Issue

https://www.wsj.com/livecoverage/iran-war-latest-news-israel-us-lebanon-2026
5•kamaraju•1h ago•2 comments

iPhone 18 Pro Leaked Designs

https://9to5mac.com/2026/04/09/leaker-gives-iphone-18-pro-updates-on-two-design-changes/
3•anujbans•1h ago•3 comments