frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Open in hackernews

React Meta-Framework Feels Broken, Here's Why

https://rwsdk.com/blog/your-react-meta-framework-feels-broken
22•dthyresson•1mo ago

Comments

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

India bars Jane Street from securities market, citing stock index manipulation

https://www.reuters.com/sustainability/boards-policy-regulation/india-regulator-bars-jane-street-accessing-its-securities-market-2025-07-04/
1•bobbiechen•1m ago•0 comments

Dylanaraps changes README after >1 year

https://github.com/dylanaraps/dylanaraps/commit/93a2aca2d1741bd9a7ce861d8c062a8a7387cb49
1•kristjank•2m ago•0 comments

Ask HN: How do accelerators/VC track internal operations across startups?

1•swaptr•4m ago•0 comments

Context Engineering Guide

https://nlp.elvissaravia.com/p/context-engineering-guide
1•omarsar•12m ago•0 comments

The Two Towers MUD

https://t2tmud.org/
2•astronads•15m ago•1 comments

Network Reconnaissance as a Way of Seeing the Invisible

https://medium.com/@chrisveleris/network-reconnaissance-as-a-way-of-seeing-the-invisible-a19580e8e18d
1•cvicpp123•18m ago•0 comments

Pet ownership and cognitive functioning in later adulthood across pet types

https://www.nature.com/articles/s41598-025-03727-9
1•bookofjoe•19m ago•0 comments

Killer AI [video]

https://www.youtube.com/watch?v=A0X4O49cY4o
1•Raed667•20m ago•0 comments

Let's Talk Safari Extensions on iOS

https://old.reddit.com/r/ios/comments/1kzzfoc/lets_talk_safari_extensions_on_ioswhats_in_your/
1•wslh•22m ago•0 comments

Agencymaxxing

https://nintil.com/agency
1•jger15•24m ago•0 comments

Core RISC-V supercluster on a single M.2 [video]

https://www.youtube.com/watch?v=HRfbQJ6FdF0
2•victorbjorklund•26m ago•0 comments

Gödel's Beavers, or the Limits of Knowledge

https://lcamtuf.substack.com/p/monkeys-typewriters-and-busy-beavers
1•weinzierl•28m ago•0 comments

Congress passes budget reconciliation bill with $10B for NASA – SpaceNews

https://spacenews.com/congress-passes-budget-reconciliation-bill-with-10-billion-for-nasa/
1•rbanffy•28m ago•0 comments

Trump's 'Big, Beautiful Bill' Will Make China Great Again

https://www.nytimes.com/2025/07/03/opinion/trump-bill-clean-energy-china.html
3•rbanffy•29m ago•1 comments

My Blog Is Overengineered to the Point People Think It's a Static Site (2022)

https://xeiaso.net/talks/how-my-website-works/
1•Wingy•32m ago•0 comments

Ask HN: Is there a market for agentic scraping tools?

2•mxfeinberg•33m ago•1 comments

Hanako-San

https://en.wikipedia.org/wiki/Hanako-san
1•areoform•33m ago•0 comments

Ask HN: What are fundamental books on systems, system thinking, reliability?

1•dondraper36•33m ago•1 comments

Stop Killing Games in EU passed 1.000.000 signatures

https://www.msn.com/en-us/news/technology/stop-killing-games-reaches-1-million-signatures-as-players-continue-fight-for-game-preservation/ar-AA1HXsyd
2•aureliusm•34m ago•0 comments

Jan – Local AI Assistant

https://github.com/menloresearch/jan
2•indigodaddy•34m ago•0 comments

Fixing the Web? – Carson Gross [video]

https://www.youtube.com/watch?v=9NDkOehZUGs
1•todsacerdoti•35m ago•0 comments

Cod Have Been Shrinking for Decades, Scientists Say They've Solved Mystery

https://www.smithsonianmag.com/smart-news/these-cod-have-been-shrinking-dramatically-for-decades-now-scientists-say-theyve-solved-the-mystery-180986920/
2•littlexsparkee•41m ago•1 comments

Show HN: I built an multi-devices AI usage analytics app for Claude Code

https://roiai.fyi
1•fuzzyrock•42m ago•0 comments

How to create repositories in Artifactory with curl

https://www.zufallsheld.de/2025/06/30/til-how-to-create-artifactory-repos/
1•zufallsheld•42m ago•0 comments

Writing Modular Prompts

https://blog.adnansiddiqi.me/writing-modular-prompts/
1•pknerd•44m ago•0 comments

Show HN: Centenary Day – toolkit for healthy living (routines, meals, tracking)

https://centenary.day
1•arnasstucinskas•45m ago•0 comments

AI 'thinks' like a human – after training on 160 psychology studies

https://www.nature.com/articles/d41586-025-02095-8
2•rbanffy•45m ago•0 comments

I got rid of all my Neovim plugins

https://yobibyte.github.io/vim.html
3•Bogdanp•51m ago•0 comments

Show HN: Flaget – small 5kB CLI argument parser for Node.js

2•biodiscus•53m ago•1 comments

Cursive writing could become a requirement for students in Pa

https://www.phillyvoice.com/cursive-writing-requirements-pennsylvania-new-jersey/
1•geox•53m ago•0 comments