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.

$0.09 and $290.12 are both the price of 1M output tokens

https://runinfra.ai/news/inference-cost-truth
1•OsamaJaber•53s ago•0 comments

Tlbic v9.0:A System Built on Vulnerability, Care Ethics, and Bottom‑Up Oversight

https://drive.google.com/file/d/1DLdrgENE3_udLDO4lgeNXr3EUTxevAfB/view?usp=drive_link
1•michikawa59•1m ago•1 comments

Hiring: Social media growth animal needed to promote socials

https://ugig.net/gigs/32071e16-b155-4720-8cd8-6207782d1dda
1•buffer_overlord•3m ago•0 comments

John Bell and the most obscure journal in physics

https://physicsworld.com/a/john-bell-and-the-most-obscure-journal-in-physics/
1•jruohonen•5m ago•0 comments

Quantum-secure open-source hardware wallet for EVM/Ethereum

https://github.com/EthereumPhone/PQ1
1•mhaaseth•7m ago•0 comments

Windows quality: an update on the commitment we made in March

https://blogs.windows.com/windows-insider/2026/07/31/windows-quality-an-update-on-the-commitment-...
1•tcfhgj•7m ago•0 comments

OSS Skills: agent skills for open source contributors and maintainers

https://github.com/naorpeled/awesome-oss-skills
1•thehecticbyte•8m ago•0 comments

Jcode: The Coding Agent That Raises the Skill Ceiling, vs. OpenCode and Pi

https://grigio.org/jcode-the-coding-agent-that-raises-the-skill-ceiling-vs-opencode-and-pi/
1•grigio•16m ago•0 comments

Accepting a Messy Git History

https://beza1e1.tuxen.de/git_two_users.html
1•montroser•18m ago•0 comments

Eye of Sauron – detect hidden cameras in hotel room – strobe lights / detect EM [pdf]

https://cse.msu.edu/~caozc/papers/security24-liu.pdf
1•lifeisstillgood•20m ago•0 comments

Ohio public meeting on data centres – insightful comment[video]

https://www.youtube.com/shorts/wpoEhVuaj_s
1•lifeisstillgood•31m ago•0 comments

Scotland's university procurement center confirms cybercrooks broke in

https://www.theregister.com/cyber-crime/2026/07/31/scotlands-university-procurement-center-confir...
1•bbg2401•35m ago•0 comments

Newspaper archives still trump answers generated by AI

https://www.thehindu.com/opinion/op-ed/newspaper-archives-still-trump-answers-generated-by-ai/art...
1•thisislife2•35m ago•1 comments

KDE Plasma 6.8 Performance Improvement

https://www.phoronix.com/news/KDE-Plasma-6.8-Faster-eGPU
1•ErenayDev•35m ago•1 comments

Most Australian teens still on social media despite landmark ban

https://news.sky.com/story/most-australian-teens-still-on-social-media-despite-landmark-ban-13568966
3•asdefghyk•40m ago•2 comments

Show HN: I'm tracking TikTok music charts across countries over time

https://trendingtiktoksongs.com
1•andersmyrmel•49m ago•0 comments

More than a metaphor: here are testable diagnostics for comprehension debt

https://www.fightforthehuman.com/we-need-more-than-a-metaphor-here-are-testable-diagnostics-for-c...
2•NeutralForest•51m ago•0 comments

Tamagotchi

https://en.wikipedia.org/wiki/Tamagotchi
2•tosh•51m ago•0 comments

I built a tracker and comparison platform for AI video models

https://videoall.ai
1•henryjinhao•52m ago•0 comments

Taboo "equilibrium": Less confused frames for research on AI bargaining

https://www.lesswrong.com/posts/KDq5aXwanvH5YoZYs/taboo-equilibrium-less-confused-frames-for-rese...
1•joozio•53m ago•0 comments

Decimen streams files through fountain-coded QR frames without pairing

https://runtimewire.com/article/decimen-fountain-coded-qr-file-transfer-claude-code
1•ms7892•54m ago•0 comments

Skin-Deep Bias: How Avatar Appearances Shape Perceptions of AI Hiring

https://dl.acm.org/doi/epdf/10.1145/3772318.3790379
1•casabonita•55m ago•0 comments

Lazarus FreePascal IDE: Gtk3 becomes default widgetset on Linux

https://forum.lazarus.freepascal.org/index.php?topic=74332.0
1•mariuz•56m ago•0 comments

Leaflet.js

https://leafletjs.com/
4•Eridanus2•57m ago•1 comments

gsxui (Shadcn for Go) now has a second style maia

https://ui.gsxhq.dev/theme
2•jackielii•1h ago•1 comments

I still think it is a pyramid scheme [video]

https://www.youtube.com/watch?v=zZiw15VgWoI
1•dp-hackernews•1h ago•0 comments

Milankovitch (Orbital) Cycles and Their Role in Earth's Climate

https://science.nasa.gov/science-research/earth-science/milankovitch-orbital-cycles-and-their-rol...
3•thunderbong•1h ago•0 comments

I was able to book ICP targeted leads WITH volume

https://trysumora.com
2•samagragune•1h ago•2 comments

Semantic Memory for Hermes Agent with LanceDB

https://www.lancedb.com/blog/semantic-memory-for-hermes-agent-with-lancedb
1•eigenBasis•1h ago•0 comments

Exploring our collection: the canary resuscitator (2018)

https://blog.scienceandindustrymuseum.org.uk/canary-resuscitator/
1•downbad_•1h ago•0 comments