frontpage.
newsnewestaskshowjobs

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•1y ago

Comments

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

California Lawmakers Greenlight Solar Panels You Can Plug into the Wall

https://www.kqed.org/science/2001842/california-lawmakers-greenlight-solar-panels-you-can-plug-in...
1•pseudolus•2m ago•0 comments

Ask HN: Is anyone else preparing for the EU Cyber Resilience Act?

2•dirkk0•3m ago•0 comments

Noodling on Nuclear Engines

https://spectrum.ieee.org/bimodal-nuclear-engine
1•pseudolus•4m ago•0 comments

Some Cities Reward Careful Drivers with Fewer Red Lights

https://apnews.com/article/rest-red-reward-drivers-portland-albuquerque-bcec5e0fe91dcaaaeb8f60e86...
1•apwheele•4m ago•0 comments

Trump tells FCC to punish journalist for calling his election results "mixed"

https://arstechnica.com/tech-policy/2026/08/trump-tells-fcc-to-punish-journalist-for-calling-his-...
1•throw0101a•4m ago•0 comments

How Harnesses Implement Skills and MCPs

https://blog.lawrencejones.dev/demystifying-skills-and-mcps/
1•lawrjone•5m ago•1 comments

Omarchy and My Security Sweet Spot

https://blog.fidelramos.net/software/omarchy-security-sweet-spot
1•fidelramos•5m ago•0 comments

The AI-Native SDLC Starts with Your Infrastructure

https://metalbear.com/blog/ai-native-sdlc-infrastructure/
1•eyalbukchin•9m ago•0 comments

Forget the Pelican, It's Weevil-Time Benchmaxxing-Proof SVG and Vision Test

https://www.reddit.com/r/LocalLLaMA/comments/1vyw1wo/forget_the_pelican_its_weeviltime/
1•stared•10m ago•0 comments

Why Syracuse Can't Attract the Students It Needs to Pay the Bills

https://www.wsj.com/us-news/education/syracuse-student-application-enrollment-crisis-budget-ff142896
1•mooreds•10m ago•1 comments

Building Sierra's MCP Gateway: An engineering iceberg

https://sierra.ai/blog/building-sierras-mcp-gateway-an-engineering-iceberg
1•mooreds•10m ago•0 comments

Ask HN: What's a lesson about money you learned the expensive way?

1•pg1•10m ago•0 comments

The asteroid currently hitting front end web development

https://nolanlawson.com/2026/08/23/the-asteroid-currently-hitting-frontend-web-development/
1•spiros•11m ago•0 comments

How do you verify data erasure worked on SSDs?

1•DSecure•12m ago•0 comments

Show HN: An open URL format for AI agents to report status to humans

https://agentdisplay.ai/
1•matthaslem•14m ago•0 comments

Codex users debate the new Pet feature

https://community.openai.com/t/codex-users-debate-the-new-pet-feature/1386776
1•Bluestein•15m ago•1 comments

Private AI search across your work

https://chatwithwork.com/
1•janandonly•15m ago•0 comments

UUIDv7 vs. sequences: locality, information leakage, and pagination

https://gist.github.com/janbjorge/bc453f0810ac81ef238d6adbf8f4989b
1•jeeybee•16m ago•0 comments

AI Girlfriend Paradox: Actual users are more likely to call it cheating

https://aigirlfriend.coach/ai-relationship-survey/
3•mzahir•16m ago•1 comments

Show HN: A Proxy between LLMs and MCP servers with policy the model cannot reach

https://github.com/SenteLabsAI/extensible-mcp
2•banuakman•20m ago•0 comments

Two giant warming patterns are brewing in the Pacific and warping US weather

https://www.bbc.com/future/article/20260828-two-giant-warming-patterns-are-brewing-in-the-pacific...
2•blondie9x•20m ago•0 comments

When Russia Colonised California

https://www.bbc.com/travel/article/20260828-when-russia-colonised-california
2•freediver•21m ago•1 comments

How are you referring to software + agents?

1•mknarciso•23m ago•0 comments

DTLS 1.3 in Go: An Implementer's Perspective

https://pion.ly/blog/dtls-one-three/
1•Sean-Der•24m ago•0 comments

Wendell Berry, Kentucky-born author who advocated a simpler life, has died at 92

https://www.nbcnews.com/news/us-news/wendell-berry-kentucky-born-author-advocated-simpler-life-di...
3•mooreds•24m ago•0 comments

I Chose to Ready My Homelab for the Upcoming SSL Certificate Changes

https://linuxcommunity.io/t/how-i-chose-to-ready-my-homelab-for-the-upcoming-ssl-certificate-chan...
2•ashitlerferad•26m ago•0 comments

Repetitive negative thinking is associated with cognitive function decline

https://link.springer.com/article/10.1186/s12888-025-06815-2
2•ike_usawa•26m ago•0 comments

Dyson new electric toothbrush (with camera)

https://discover.dyson.com/en-gb
2•snickmy•26m ago•1 comments

OpenEdit – Open-source, agent-driven editing pipeline

https://github.com/veedstudio/open-edit
2•sabbakeynejad•26m ago•0 comments

The prompt I never wrote

https://sherifbutt.dev/blog/show-me-a-mockup.html
1•SherifButt•27m ago•0 comments