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•11mo ago

Comments

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

Bypassing DPI with eBPF Sock_ops

https://bora.sh/bypassing-dpi-with-ebpf/
1•signa11•7m ago•0 comments

A GPT-5.4 bug led to OpenAI banning goblins and raccoons

1•prabal97•8m ago•0 comments

Slowly, Then Suddenly: How Products Fail (2022)

https://every.to/p/breaching-the-trust-thermocline
1•ruuda•15m ago•1 comments

Show HN: ShareNova – Browser file sharing, no account, no limits, no storage

https://sharenova.io
1•HatemDabet•18m ago•1 comments

I built OWASP-style security skill packs for LLM apps (NPM install)

https://www.npmjs.com/package/miii-security
1•maruakshay•20m ago•0 comments

How Does the Kubernetes Scheduler Pick a Node?

https://blog.kubesimplify.com/kube-scheduler-deep-dive
1•saiyampathak•20m ago•0 comments

Viral.ad – One URL, 15 Ad Formats (UGC, Reddit, LinkedIn)

https://www.viral.ad/
1•cjdesignstudio•22m ago•0 comments

Australia moves to tax Meta, Google and TikTok to fund newsrooms

https://www.asahi.com/ajw/articles/16534180
2•BaudouinVH•23m ago•0 comments

Windows 11's 5GB monthly .msu updates, AI is only part of the problem

https://www.windowslatest.com/2026/04/29/i-investigated-windows-11s-massive-5gb-monthly-msu-updat...
3•XzetaU8•33m ago•0 comments

IBM Bob: AI Development Partner

https://newsroom.ibm.com/2026-04-28-introducing-ibm-bob-ai-development-partner-that-takes-enterpr...
2•noiv•34m ago•0 comments

Returns to Intelligence

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6578939
2•_vaporwave_•35m ago•0 comments

US regulator to review Disney licences after Jimmy Kimmel joke about Melania

https://www.bbc.com/news/articles/c4g0zwxl3k0o
3•KnuthIsGod•39m ago•1 comments

OpenGame: Open Agentic Coding for Games

https://arxiv.org/abs/2604.18394
1•lexandstuff•42m ago•0 comments

FBI head James Comey charged with threatening Donald Trump's life

https://www.bbc.com/news/articles/cvgz4rvlem5o
2•KnuthIsGod•42m ago•0 comments

EUV Lithography: History, Latest Results, Technology Roadmap [video]

https://www.youtube.com/watch?v=qGy0GK0PMwc
3•o4c•43m ago•0 comments

Rust Bucket: Agent-first Rust project bootstrapper

https://github.com/imbue-ai/rust-bucket
1•nvader•49m ago•0 comments

Tvheadend: Self-Hosted IPTV Server

https://tvheadend.org
1•hyperific•50m ago•0 comments

$2,500 bug bounty for real-world AI misalignment

https://github.com/Hodlatoor/SyntheticOutlaw/
1•SyntheticOutlaw•54m ago•0 comments

Tech is in turmoil but the rest of corporate America isn't

https://fortune.com/2026/04/28/tech-layoffs-ai-disruption-corporate-america-doesnt-one-silicon-va...
2•1vuio0pswjnm7•57m ago•0 comments

Mistral Workflows: durable AI orchestration built on Temporal

https://mistral.ai/news/workflows
1•justus_bluemer•58m ago•0 comments

RingCore – a minimal async runtime built on io_uring

https://crates.io/crates/ringcore
1•paperplaneflyr•1h ago•0 comments

The unflattering secrets revealed so far in Elon Musk's latest legal feud

https://www.washingtonpost.com/technology/2026/04/23/musk-altman-lawsuit-trial-openai/
3•1vuio0pswjnm7•1h ago•1 comments

Complexity in a Systems Engineering Context(2019) [pdf]

https://www.sei.cmu.edu/documents/4245/2019_017_001_552583.pdf
2•o4c•1h ago•0 comments

The Downgrading of the American Tech Worker

https://nymag.com/intelligencer/article/after-layoffs-meta-is-training-ai-on-its-own-workers.html
13•sizzle•1h ago•0 comments

Perplexity Builds Accuracy into Frontier AI

https://www.perplexity.ai/hub/blog/how-perplexity-builds-accuracy-into-frontier-ai
3•gmays•1h ago•0 comments

PTP/1.0 – Prompt Transport Protocol

https://gpt.gekko.de/ptp-prompt-transport-protocol-rfc/
1•ekadagami•1h ago•0 comments

pnpm v11 Released

https://pnpm.io/blog/releases/11.0
1•sebws•1h ago•0 comments

SanDisk open-sources accelerated SSD pre-conditioning algorithm

https://www.blocksandfiles.com/flash/2026/04/28/sandisk-open-sources-accelerated-ssd-pre-conditio...
1•tanelpoder•1h ago•0 comments

What If Your OS Could Think?

https://github.com/AFKmoney/nexusOS
1•canaddons•1h ago•0 comments

Swift on Nvidia Jetson

https://mihaichiorean.com/blog/hard-part-of-swift-on-jetson/
1•mihaichiorean•1h ago•0 comments