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

Comments

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

Yuku – A fast, spec-compliant JavaScript parser written in Zig

1•arshadyaseen•1m ago•0 comments

Should academic misconduct be catalogued? Proposed US database sparks debate

https://www.nature.com/articles/d41586-026-01147-x
1•gnabgib•10m ago•0 comments

One Method Was Using 71% of CPU. Here's the Flame Graph

https://jvogel.me/posts/2026/one-method-using-71-percent-of-cpu/
1•siegers•13m ago•1 comments

Apple's New iPhone Update Is Restricting Internet Freedom in the UK

https://bigbrotherwatch.org.uk/blog/apples-new-iphone-update-is-restricting-internet-freedom-in-t...
3•josephcsible•16m ago•0 comments

Volcanic rock formula cuts cement emissions by two-thirds

https://techxplore.com/news/2026-04-volcanic-formula-cement-emissions-thirds.html
1•geox•22m ago•0 comments

The Mystery of Water on the Moon

https://nautil.us/the-mystery-of-water-on-the-moon-1279617
1•Bender•28m ago•0 comments

YouTube Premium just went up to $15.99 / mo (US)

https://www.youtube.com/premium
5•tehwebguy•29m ago•1 comments

Chatbots are great at manipulating people to buy stuff, Princeton boffins find

https://www.theregister.com/2026/04/09/chatbots_excel_at_manipulating_people/
1•Bender•29m ago•0 comments

Make2c - Revolutionary Discovery of the Music Math Formula

https://github.com/sfeltenberg/Analytic-lobe-hypothesis/blob/main/README.md
2•sfeltenberg•29m ago•1 comments

EdgeSense – replacing neural nets on microcontrollers with symbolic physics

https://github.com/Kretski/EdgeSense
3•DREDREG•29m ago•0 comments

Mexican surveillance company Grupo Seguritech watches the U.S. border

https://restofworld.org/2026/mexico-seguritech-government-surveillance-profile/
1•classichasclass•30m ago•0 comments

Ludwig Straub, Winner of the John Bates Clark Medal

https://nicholasdecker.substack.com/p/ludwig-straub-winner-of-the-john
2•paulpauper•31m ago•0 comments

AI #163: Mythos Quest

https://thezvi.substack.com/p/ai-163-mythos-quest
1•paulpauper•31m ago•0 comments

The Anti-Democratization of Software

https://bitcicle.com/post/2026/anti-democratizing_software/
1•abelleisle•33m ago•0 comments

Warren Weaver and New Science Instruments

https://republicofscience.substack.com/p/warren-weaver-and-new-science-instruments
1•paulpauper•34m ago•0 comments

5 LLM played Poker: Opus busted first, Grok won

https://github.com/sagaripte/chorus/tree/main/examples/poker
3•sagari•35m ago•0 comments

Police corporal created AI porn from driver's license pics

https://arstechnica.com/tech-policy/2026/04/state-police-corporal-created-porn-deepfakes-from-dri...
1•Bender•38m ago•0 comments

Mystery over 8 missing or dead scientific experts

https://www.newsweek.com/mystery-over-8-missing-or-dead-experts-linked-to-ufo-research-11792852
2•ZunarJ5•42m ago•0 comments

What Playboy got right about men – Lust and literacy can coexist

https://unherd.com/2026/04/what-playboy-got-right-about-men/
4•pseudolus•46m ago•1 comments

I built a portfolio platform for creators (FelixPro.space)

https://www.felixpro.space
2•asabajumah•52m ago•0 comments

Sam Altman's Coworkers Say He Can Barely Code and Misunderstands Basic Concepts

https://futurism.com/artificial-intelligence/sam-altman-technical-coding
13•cebert•57m ago•4 comments

The Economics of Software Teams: Why Most Organizations Are Flying Blind

https://www.viktorcessan.com/the-economics-of-software-teams/
1•gpi•57m ago•0 comments

Vibe-Coded Ext4 for OpenBSD

https://lwn.net/Articles/1064541/
3•signa11•57m ago•1 comments

The role of LLMs in patch review

https://lwn.net/Articles/1064830/
3•signa11•58m ago•0 comments

Stream your terminal. Watch AI agents work. Like Twitch, for shells

https://github.com/sderosiaux/twitch-terminal
2•chtefi•59m ago•0 comments

The many failures leading to the LiteLLM compromise

https://lwn.net/Articles/1064693/
3•signa11•59m ago•1 comments

S3 for Non Technical Folks

https://bucketdrive.app/blog/how-to-give-non-technical-users-access-to-s3.html
2•justpeek•1h ago•0 comments

You Are Not the One – Chinese Dating Dystopia

https://terminaldrift.substack.com/p/you-are-not-the-one-chinese-dating
4•Natsu•1h ago•0 comments

Key ocean current is slowing at locations around the Atlantic

https://www.newscientist.com/article/2522463-key-ocean-current-is-slowing-at-locations-around-the...
1•bluerooibos•1h ago•0 comments

Show HN: SmolVM – open-source sandbox for coding and computer-use agents

https://github.com/CelestoAI/SmolVM
4•theaniketmaurya•1h ago•0 comments