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.

Show HN: Saar Agentic Orchestration Platform

https://github.com/Poi5eN/Nexus
1•Poi5eN•1m ago•0 comments

OCaml 5.5.0 Released

https://discuss.ocaml.org/t/ocaml-5-5-0-released/18265
1•birdculture•5m ago•0 comments

Hilarious German Compound Nouns you won't want to miss

https://www.rayburntours.com/blog/2016/10/03/25-hilarious-german-compound-nouns-wont-want-miss/
2•Tomte•8m ago•1 comments

Reality has a surprising amount of detail (2017)

https://johnsalvatier.org/blog/2017/reality-has-a-surprising-amount-of-detail
1•tosh•10m ago•0 comments

Show HN: Onbalance – privacy-first cashflow planning app got a multiuser update

https://onbalance.app/
1•doctorsolberg•16m ago•0 comments

GitHub Copilot improves productivity 40%

https://arxiv.org/abs/2606.00438
1•copy-pashte•20m ago•0 comments

Data centers become the face of AI backlash

https://www.axios.com/2026/06/22/ai-data-center-backlash-poll
1•ilreb•23m ago•0 comments

Productivity: Bookmarkr Chrome plugin with Visual and organized grid

https://chromewebstore.google.com/detail/bookmarkr-—-visual-bookma/lianafemkbankodapdaokiefoffi...
1•mnomansd•24m ago•0 comments

Bitcoin is stuck near $64,000 as ETF outflows reach a sixth week

https://www.techsentiments.com/article/2026/06/22/live-markets-bitcoin-is-stuck-near-64000-as-etf...
1•rajsuper123•27m ago•0 comments

Black Box Probing: A Security Analysis of Xiaomi's MJA1 Secure Chip

https://blog.quarkslab.com/black-box-probing-a-security-analysis-of-xiaomis-mja1-secure-chip.html
1•ahlCVA•29m ago•0 comments

Show HN: Prismag – Per-block model routing for the terminal and any IDE

https://github.com/rufus-SD/prismag
1•arthur-G•36m ago•0 comments

UUID: NewV7() always generates a UUID with 7000 on browsers (Golang)

https://github.com/golang/go/issues/80084
1•mfrw•38m ago•0 comments

QUIC is more than a replacement for TCP

https://kerkour.com/quic-tcp
3•enz•39m ago•1 comments

In Mizoram, India, the Shops Have No Shopkeepers (2020)

https://matadornetwork.com/read/mizoram-india-shops-no-shopkeepers/
1•susam•43m ago•0 comments

Turning spoken commands into JSON tool calls on iPhones

https://blog.wildedge.dev/posts/in-app-voice-assistant
3•wojked•45m ago•0 comments

Lessons from Building Evals for Financial AI Agents

https://www.primerapp.com/blog/lessons-from-3-years-of-evals/
3•smallwoodal•46m ago•3 comments

I moved a broker's virtualization from Hyper-V to Proxmox with zero downtime

https://faridsaid.com/en/blog/migration-hyperv-proxmox.html
1•fawraw•50m ago•0 comments

Callback 8020 by Commodore – The Flip Phone Between Dumb and Smart

https://order.commodore.net/callback-privacy/
1•fmoronzirfas•53m ago•0 comments

Minia2a – A Marketplace Where AI Agents Earn Money

https://minia2a.uk
1•dgyte•53m ago•1 comments

Databricks vs. AWS managed service which one fits your need?

https://thedatabytes.substack.com/p/databricks-vs-aws-native-at-20tb
1•badhayaru•54m ago•0 comments

Natural Selection Maximizes Fisher Information

https://www.researchgate.net/publication/23496378_Natural_Selection_Maximizes_Fisher_Information
1•dtj1123•55m ago•0 comments

Safebucket – an open source file sharing platform with pluggable infrastructure

https://github.com/safebucket/safebucket
1•sebakubisz•55m ago•0 comments

Yann LeCun „World Models: Enabling the Next AI Revolution" [video]

https://www.youtube.com/watch?v=72Xj8k5WQX4
2•dgellow•57m ago•0 comments

Optimizing [sqlx:test] rebuild time

https://kobzol.github.io/rust/2026/06/21/optimizing-sqlx-test-rebuild-time.html
1•ibobev•57m ago•0 comments

Networking tool to host WireGuard servers with only outbound connections

https://github.com/klauscam/BastionRoute
1•tuta88•58m ago•0 comments

Anthropic's Mythos mess just keeps getting more complicated

https://www.theregister.com/ai-and-ml/2026/06/22/anthropics-mythos-mess-just-keeps-getting-more-c...
1•rbanffy•58m ago•0 comments

Agile and Coding: An Agent- and Human-Friendly Architecture

https://davidvujic.blogspot.com/2026/06/an-agent-and-human-friendly-architecture.html
1•BerislavLopac•58m ago•0 comments

PivCo-Huffman "Merge" Operations

https://fgiesen.wordpress.com/2026/06/21/pivco-huffman-merge-operations/
1•ibobev•58m ago•0 comments

Show HN: Cyclearchive.com – searchable archive of historical cycling literature

https://cyclearchive.com/
1•alastairr•58m ago•0 comments

Interlude: Using the Index Registers Effectively on the Z80

https://bumbershootsoft.wordpress.com/2026/06/20/interlude-using-the-index-registers-effectively-...
1•ibobev•59m ago•0 comments