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.

Show HN: Lilo – a self-hosted, open-source intelligent personal OS

https://github.com/abi/lilo
1•abi•1m ago•0 comments

Ask HN: Anyone still using JetBrains products today?

1•zkid18•1m ago•0 comments

Intelligence Brownouts

https://jsfour.substack.com/p/intelligence-brown-outs
1•js4•1m ago•0 comments

I built a lightweight alternative to Docker for LAMP multisite hosting

https://github.com/albarreto/lampdeck-v2
1•albarreto•3m ago•1 comments

How CRDTs and sync engines keep realtime lists ordered with fractional indexing

https://liveblocks.io/blog/how-crdts-and-sync-engines-keep-realtime-lists-ordered-with-fractional...
1•Eduard•5m ago•0 comments

Lazard's Levelized Cost of Energy (2025) [pdf]

https://www.lazard.com/media/5tlbhyla/lazards-lcoeplus-june-2025-_vf.pdf
1•lawrenceyan•5m ago•0 comments

Trace – a compiled language where every value knows why it has its value

https://github.com/the-pro-coder/trace-lang
1•thepro77•7m ago•0 comments

TerraPower starts construction of first US utility-scale advanced nuclear plant

https://world-nuclear-news.org/articles/terrapower-starts-construction-of-first-us-utility-scale-...
1•mpweiher•9m ago•0 comments

What Color Was The Sky – yesterday's sky above your city, from real data

https://sinceyouarrived.world/sky
1•mwheelz•9m ago•0 comments

Deutsch–Jozsa Algorithm

https://en.wikipedia.org/wiki/Deutsch%E2%80%93Jozsa_algorithm
1•tosh•11m ago•0 comments

How you implemented your Python decorator is wrong

https://github.com/GrahamDumpleton/wrapt/blob/develop/blog/01-how-you-implemented-your-python-dec...
1•Tomte•13m ago•0 comments

Shortest Sudoku Solver

https://web.archive.org/web/20070208100501/http://markbyers.com/moinmoin/moin.cgi/ShortestSudokuS...
1•tosh•13m ago•0 comments

IOSurface Kernel Teardown Panic (macOS 15.x / 26.x)

https://github.com/MEKOD/not-a-security-issue
1•p_ing•13m ago•0 comments

To become a good C programmer (2011)

https://fabiensanglard.net/c/
1•downbad_•13m ago•1 comments

GPT-5.5 has pulled ahead of Opus for accounting and finance tasks

https://twitter.com/MaxMinsker/status/2047760245389205865
1•MaxMinsker•13m ago•0 comments

How good is Mac Studio M3 Ultra for Trillion param models like DeepSeekv4?

1•namegulf•13m ago•1 comments

The Alignment Problem in Your Government

https://kunnas.com/articles/alignment-problem-in-your-government
1•ekns•16m ago•0 comments

My audio interface has SSH enabled by default

https://hhh.hn/rodecaster-duo-fw/
2•hhh•17m ago•0 comments

Microsoft's Wave of Executive Departures

https://www.theverge.com/tech/917361/microsoft-executive-departures-notepad
4•cdrnsf•18m ago•0 comments

TIPSv2: Advancing Vision-Language Pretraining with Enhanced Patch-Text Alignment

https://gdm-tipsv2.github.io/
1•gmays•19m ago•0 comments

LLMs are pretty good at making slideshows now

https://iter.ca/post/llm-slideshows/
1•smitop•21m ago•0 comments

Show HN: ffmpeg-render-pro – Parallel video rendering with live dashboard

https://www.npmjs.com/package/ffmpeg-render-pro/v/1.2.0?activeTab=readme
1•beeswaxpat•23m ago•0 comments

RLMs process inputs up to two orders of magnitude beyond model context windows

https://github.com/alexzhang13/rlm
1•blumomo•24m ago•0 comments

Support Put, Patch, and Delete in HTML Forms

https://alexanderpetros.com/triptych/form-http-methods
1•acabal•25m ago•0 comments

Solve identity consistency problem for foundational image models

https://www.photalabs.com/blog/every-frontier-model-can-be-personalized-for-you/
1•ykhli•25m ago•0 comments

Show HN: HNswered – watches for replies to your Hacker News posts and comments

https://github.com/adam-s/HNswered
1•dataviz1000•28m ago•0 comments

Simple 3D Modeler on Web

https://sinter-3d.com/
2•db1024•31m ago•1 comments

Google Commits to Invest Up to $40B in Anthropic

https://www.nytimes.com/2026/04/24/technology/google-anthropic-investment-artificial-intelligence...
2•xnx•33m ago•0 comments

Cohere to Acquire Aleph Alpha

https://www.ft.com/content/4492c0d6-855b-4164-9ae5-f4d855a95f1e
2•mkirchner•38m ago•0 comments

What Is APL and What Can APL Do for You? (2024) [video]

https://www.youtube.com/watch?v=-5mSOyr8roc
2•tosh•40m ago•0 comments