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.

'Digit' maker Agility Robotics to go public in $2.5B deal

https://www.geekwire.com/2026/digit-maker-agility-robotics-to-go-public-in-2-5b-deal-heres-what-t...
1•ripe•26s ago•0 comments

The Architecture Rules a Linter Can't Check

https://defendi.dev/blog/architecture-rules-a-linter-cant-check
1•mooreds•1m ago•0 comments

White House Helped Mark Zuckerberg and the Google CEO Dodge a Senate Grilling

https://www.politico.com/news/2026/06/24/white-house-helped-mark-zuckerberg-and-the-google-ceo-do...
1•giuliomagnifico•1m ago•0 comments

The open-source AI bookmark manager for busy people

https://www.cachd.app/en-US
1•gsmt•1m ago•0 comments

Show HN: Turn native language audio into flashcards and shadowing practice

https://lingochunk.com/try
2•alder•2m ago•0 comments

Making Your eBPF Agents Unkillable

https://www.youtube.com/watch?v=CMLBZud1H6I
1•snaveen•2m ago•0 comments

The Widening Gap: The Benefits and Harms of Generative AI for Novice Programmers

https://arxiv.org/abs/2405.17739
1•droidjj•4m ago•0 comments

Show HN: Visual Workspace for Agents Based on Unix

https://www.prototyper.co
2•thijsverreck•10m ago•0 comments

Show HN: Vibesolve.ai – Turn plain English into Timefold code

https://www.vibesolve.ai/
2•jahala•10m ago•0 comments

Offline Mac Voice Assistant – Control Your Computer with Zero Data Leaving

https://github.com/dikshantrajput/LocalClicky
1•michael-sumner•13m ago•0 comments

Curse of Knowledge

https://en.wikipedia.org/wiki/Curse_of_knowledge
1•thunderbong•14m ago•0 comments

We have more impact than we know

https://www.autogram.id/alex/thoughts/we-have-more-impact-than-we-know
1•alexakten•16m ago•0 comments

Notes on Amazon vs. Perplexity

https://educatedguesswork.org/posts/notes-amazon-perplexity/
2•ibobev•17m ago•0 comments

Thoughts on Role Confusion

https://www.gilesthomas.com/2026/06/role-confusion
1•ibobev•18m ago•0 comments

Why I wrote PEP 832: virtual environment discovery

https://snarky.ca/why-i-wrote-pep-832-virtual-environment-discovery/
1•ingve•19m ago•0 comments

Microspeak elaborated: Isn't escrow just a release candidate by another name?

https://devblogs.microsoft.com/oldnewthing/20260623-00/?p=112462
1•ibobev•19m ago•0 comments

Elon Musk loses trillionaire status as SpaceX and Tesla stock drops

https://www.theguardian.com/technology/2026/jun/24/elon-musk-trillionaire-spacex
3•vrganj•21m ago•0 comments

LLM APIs with built-in chatbot in 1 line of code

https://flama.dev/blog/serving_llms_with_flama_cli/
16•vorticotech•23m ago•0 comments

Open-source platform for multi-agent workflows

https://www.simple-agent-manager.org/
4•mliezun•27m ago•1 comments

What Europe's heat wave means for the power grid

https://www.technologyreview.com/2026/06/25/1139690/europe-heat-wave-grid/
1•joozio•27m ago•0 comments

Opus 4.8 feels worse then sonnet

2•mrprincerawat•27m ago•2 comments

Adding BASIC09 front end tool to LLVM

https://discourse.llvm.org/t/rfc-adding-basic09-frontend-tool-to-llvm/91141
1•lproven•27m ago•0 comments

Global warming has made Europe's heatwave 2-4°C worse

https://www.economist.com/science-and-technology/2026/06/24/global-warming-has-made-europes-heatw...
1•Anon84•29m ago•0 comments

Instead of detecting AI, record and replay writing as it happens

https://www.humanwrotethis.com/
1•mroli-hwt•30m ago•1 comments

The A.I.-Design Aesthetic That's Taking over the Internet

https://www.newyorker.com/culture/infinite-scroll/the-ai-design-aesthetic-thats-taking-over-the-i...
3•Michelangelo11•31m ago•0 comments

Show HN: ParseHawk – 100% Local Document AI with API, CLI, and Web UI

https://github.com/parsehawk/parsehawk
4•francisrafal•33m ago•0 comments

How to build and serve MCP servers without effort

https://flama.dev/blog/building_an_mcp_server_with_flama/
12•vorticotech•34m ago•0 comments

Safer coding agents for non-tech founders

1•sherucon•34m ago•0 comments

Thoughts on Asimovian AI Beyond LLMs and Creative Machines

1•pyeri•35m ago•0 comments

Honesty Gets Emacs Patch Rejected

https://xlii.space/eng/honesty-gets-emacs-patch-rejected/
1•xlii•36m ago•0 comments