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•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.

Omfreebdy – Omarchy-Inspired FreeBSD

https://omfreebdy.dba.wtf/
1•fbuilesv•1m ago•0 comments

Amazon Ring's Familiar Faces – Perfect Privacy and Environmental Storm

https://www.thatprivacyguy.com/blog/amazon-ring-familiar-faces-is-textbook-example-for-ecd/
1•AlexanderHanff•4m ago•1 comments

Environmental Impact of Fibre Optic Drones

https://bou.org.uk/blog-moreland-fibreoptic-drones/
2•xbryanx•6m ago•0 comments

Spec Kit: Evaluation on two small repos (Part 3)

https://hubreb.github.io/blog/spec-kit-brownfield-implementation
1•rh2•6m ago•0 comments

Mapping AI-Enabled Cyber Threats: Insights from the LLM ATT&CK Navigator

https://red.anthropic.com/2026/attack-navigator/
2•campuscodi•7m ago•0 comments

AI Full Stack Developer

1•usermukul•9m ago•0 comments

Jeff Bezos Is Funding a Wild Hunt for the Brain's 'Core Algorithm'

https://www.wired.com/story/jeff-bezos-is-funding-a-wild-hunt-for-the-brains-core-algorithm/
2•joozio•10m ago•0 comments

FUTO Keyboard Swipe Has Released [video]

https://www.youtube.com/watch?v=OIPVcP8u2mo
1•Cider9986•13m ago•1 comments

How to Set Up an Automated Daily Template in Logseq

https://blog.logseq.com/how-to-set-up-an-automated-daily-template-in-logseq/
1•ankitg12•13m ago•0 comments

Google Is Quietly Buying Code from Play Store Developers to Train AI

https://www.404media.co/google-is-quietly-buying-code-from-play-store-developers-to-train-ai/
3•Cider9986•13m ago•0 comments

How courts are coping with a flood of AI-generated lawsuits

https://www.technologyreview.com/2026/06/04/1138391/courts-coping-ai-lawsuits/
1•joozio•14m ago•0 comments

Bevy Engine

https://bevy.org/
1•tosh•17m ago•0 comments

What Is Wet-Bulb Temperature and Why Does It Matter?

https://unu.edu/ehs/article/what-wet-bulb-temperature-and-why-does-it-matter
1•geox•18m ago•0 comments

JLink JTAG Access on the Pinecil Soldering Iron

https://danielmangum.com/posts/jlink-jtag-pinecil/
1•hasheddan•22m ago•0 comments

Satellite IoT Race Heats Up as 2030 Clock Ticks

https://spectrum.ieee.org/satellite-iot-6g-lora-bluetooth
3•rbanffy•24m ago•0 comments

CogniGraph – describe a scenario, LLM picks a brain lobe and neuromodulator

https://github.com/madara88645/Cognigraph
1•madara8865•24m ago•0 comments

CLI Twitch Stream Viewer

https://github.com/marm00/cinema
1•Jotalea•24m ago•0 comments

Show HN: Curlo – Search sound libraries with natural language, on-device AI

https://curlo.ahrisy.com/
1•ahrisy•28m ago•0 comments

Gaussian Point Splatting

https://momentsingraphics.de/Siggraph2026.html
18•ibobev•29m ago•3 comments

A Guide to using the useEffect hook in React

https://www.4rknova.com//blog/2026/01/17/react-useeffect
1•ibobev•29m ago•0 comments

Summer of '85: DOSBOS is rejected by ANALOG Computing

https://www.goto10retro.com/p/summer-of-85-dosbos-is-rejected-by
3•ibobev•30m ago•0 comments

Show HN: MCP for the ChatGPT Ads API – Query ChatGPT Ads from Claude and Codex

https://github.com/HYPD-AI/openai-ads-mcp
1•cionut•32m ago•1 comments

The World, the Flesh and the Devil (1929)

https://www.marxists.org/archive/bernal/works/1920s/soul/
2•zetalyrae•32m ago•0 comments

Carl: The torrent client I always wanted but couldn't find

https://github.com/vincenzopalazzo/carl
2•vincenzopalazzo•33m ago•0 comments

Stop scanning QR codes, you dolts

https://www.dedoimedo.com/computers/qr-codes.html
4•pndy•33m ago•0 comments

Napkin Math

https://github.com/sirupsen/napkin-math
1•tosh•33m ago•0 comments

Warp thematic visual system – structured regional SVG theme atlas

https://github.com/moonshotuser001/warp-thematic
1•moonshotuser001•37m ago•0 comments

Felt need of some number to express the vibe?

https://play.google.com/store/apps/details?id=com.abj.humm&hl=en_US
3•abj1729•37m ago•1 comments

Flesh-eating screwworm arrives in US with first case in Texas

https://www.bbc.com/news/articles/c936r25grrlo
4•georgecmu•38m ago•0 comments

Wraplet vs. Web Components

https://wraplet.dev/blog/wraplet-vs-web-components/
1•enador•38m ago•0 comments