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.

Protein in Homo erectus teeth suggests Denisovans gave us some of their DNA

https://arstechnica.com/science/2026/05/protein-in-homo-erectus-teeth-suggests-denisovans-gave-us...
1•Brajeshwar•1m ago•0 comments

5× faster fast_blur in image-rs

https://apas.tel/blog/optimizing-image-rs-blur
1•art049•2m ago•0 comments

Until you get punched in the face

https://usefulfictions.substack.com/p/until-you-get-punched-in-the-face
1•Ariarule•3m ago•0 comments

Monoids in Public: Useful monoid structures in programming

https://blog.veritates.love/monoids_in_public.html
1•marvinborner•4m ago•0 comments

Diffflow, web monitor built with Rust + Svelte + AI

https://diffflow.com/
1•7rin0•4m ago•0 comments

"Being Poor," Ten Years on (2015)

https://whatever.scalzi.com/2015/09/03/being-poor-ten-years-on/
1•chistev•5m ago•1 comments

The Vibe Coding Hangover

https://checkmarx.com/blog/the-vibe-coding-hangover/
1•speckx•6m ago•0 comments

Four tech waves. Six companies. Here's what I'm building next

https://www.tamccann.com/four-tech-waves-six-companies-heres-what-im-building-next/
1•mahirsaid•6m ago•0 comments

Data readiness for agentic AI in financial services

https://www.technologyreview.com/2026/05/14/1137034/data-readiness-for-agentic-ai-in-financial-se...
1•joozio•7m ago•0 comments

Princeton scraps honor code and will supervise exams for first time in 133 years

https://www.independent.co.uk/news/world/americas/princeton-proctor-exams-ai-b2976111.html
2•madihaa•7m ago•0 comments

Next-gen pumps use film-based technology

https://www.foodprocessing.com.au/content/processing/article/next-gen-pumps-use-film-based-techno...
1•PaulHoule•7m ago•0 comments

Agents Can Reason. They Still Can't Search

https://dipkumar.dev/posts/agents/agent-search-problem/
4•askhn1234_12•8m ago•0 comments

Stop using user passwords for OpenStack automation

https://thobias.org/2026/05/10/openstack_app_credentials.html
1•cavanche•9m ago•0 comments

Steve Jobs Years at NeXT Shaped His Success as Apple CEO

https://spectrum.ieee.org/steve-jobs-next-computer
1•oldnetguy•10m ago•0 comments

US audit regulator weighs deep staff cuts to unit overseeing accounting firms

https://www.ft.com/content/f5c56c66-2896-4ef1-9a6a-49c59e76f23e
1•petethomas•10m ago•0 comments

Solar drone with jumbo jet wingspan broke a flight record–then it crashed

https://arstechnica.com/gadgets/2026/05/solar-drone-with-jumbo-jet-wingspan-broke-a-flight-record...
1•Brajeshwar•10m ago•0 comments

Apple-OpenAI Relationship Frays, Setting Up Possible Legal Fight

https://www.bloomberg.com/news/articles/2026-05-14/openai-apple-partnership-frays-setting-up-poss...
3•helsinkiandrew•11m ago•0 comments

Why Your AI Can Write a Novel but Still Struggles to Count to Fifty LLMHall

https://beeble.com/en/blog/why-your-ai-can-write-a-novel-but-still-struggles-to-count-to-fifty
1•odysseyk•13m ago•0 comments

Bay Area tech giant Cisco to cut jobs after record revenue

https://www.sfgate.com/bayarea/article/cisco-layoffs-bay-area-22257875.php
1•mikhael•13m ago•0 comments

Canada court quashes bid by Alberta separatists for independence referendum

https://www.theguardian.com/world/2026/may/14/alberta-separation-referendum-independence-petition...
1•Geekette•13m ago•0 comments

GitHub Copilot App

https://github.blog/changelog/2026-05-14-github-copilot-app-is-now-available-in-technical-preview/
2•hmokiguess•14m ago•0 comments

Show HN: nichy – a visualizer for Rust type memory layouts

https://niche.rs/
1•iridis•15m ago•0 comments

Silent Jungles

https://suziepetryk.com/blog/jungles.html
1•tancik•15m ago•0 comments

Erlang/OTP 29.0 Release

https://www.erlang.org/news/188
1•birdculture•15m ago•0 comments

Show HN: Sun – a Prolog generator for the 2026 solar eclipse

https://github.com/bergholt/triptych
1•kasperbergholt•15m ago•0 comments

Tic Tac Throne – a 3×3 grid game with checkers-class complexity

https://tic-tac-throw.vercel.app/
1•firesofmay•16m ago•0 comments

Nginx Rift Heap-based Buffer Overflow

https://depthfirst.com/nginx-rift
1•planb•17m ago•0 comments

The Sad Wives of AI

https://www.wired.com/story/meet-the-sad-wives-of-ai/
1•bryanrasmussen•19m ago•0 comments

Perseverance Snaps a Selfie on Mars

https://nautil.us/perseverance-snaps-a-selfie-on-mars-1280734
2•Brajeshwar•19m ago•0 comments

Three AWS VPS Runs Looked Identical – One Still Failed Under Load

https://webbynode.com/articles/three-aws-vps-runs-looked-identical-one-still-failed-under-load
1•gsgreen•21m ago•0 comments