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.

AI chatbots will suffer the same fate as pdf tools

https://bijanaryal.com.np/post/ai-chatbots-are-the-next-pdf-image-tools/
1•rbbcap•46s ago•0 comments

Show HN: Aegis – Security framework for AI agents

https://acacian.github.io/aegis/playground/
1•Acacian•48s ago•0 comments

Mastercard agrees to buy stablecoin platform BVNK for up to $1.8B

https://www.coindesk.com/business/2026/03/17/mastercard-agrees-to-purchase-bvnk-for-up-to-usd1-8-...
1•vidyesh•1m ago•0 comments

Trends in Early-Stage Product Development: What Does the Endgame Look Like?

https://pawelbrodzinski.substack.com/p/10-trends-in-early-stage-product
1•flail•2m ago•0 comments

Executable specs: running Gherkin tests with Claude Code

https://github.com/mnapoli/exspec
1•mnapoli•2m ago•1 comments

VPS from Home with Public IP

https://dargo.net/
1•rootxy•3m ago•0 comments

Hong Kong Police Can Now Demand Phone Passwords Under New Security Rules

https://www.gadgetreview.com/hong-kong-police-can-now-demand-phone-passwords-under-new-security-r...
1•vidyesh•3m ago•0 comments

A LaTeX Beginner's Guide for the Age of AI

https://latexguide.org/
1•idle•4m ago•1 comments

AI glasses are catching on in China, from shopping to cheating

https://restofworld.org/2026/china-ai-glasses-cheating-privacy-boom/
1•Brajeshwar•4m ago•0 comments

Show HN: MyClawn – Claude Code networks for you on autopilot

https://www.myclawn.com
1•20vision•5m ago•0 comments

People inside Microsoft are fighting to drop mandatory Microsoft Account

https://www.windowscentral.com/microsoft/windows-11/people-inside-microsoft-are-fighting-to-drop-...
2•breve•6m ago•0 comments

Review the Outcome, Not the Output

https://matthewboston.com/blog/review-the-outcome-not-the-output/
3•bostonaholic•6m ago•0 comments

1M Tokens/s: Scaling Qwen 3.5 27B on 96 B200 GPUs with vLLM

https://medium.com/google-cloud/1-million-tokens-per-second-qwen-3-5-27b-on-gke-with-b200-gpus-16...
1•m4r1k•6m ago•0 comments

Show HN: A tool to create and evaluate document processing pipelines for RAG

https://ragbandit.com
1•martimchaves•7m ago•0 comments

Nantucket diner sells fifth million-dollar lottery prize in the last 2 years

https://nantucketcurrent.com/news/2-million-powerball-ticket-sold-at-old-south-diner-the-fifth-mi...
1•ilamont•7m ago•0 comments

Gianfranco used autoresearch to fix Gumroad's flaky tests in a week

https://twitter.com/gianfrancopiana/status/2037199814694228187
1•amberj•10m ago•0 comments

Installing a Let's Encrypt TLS Certificate on a Brother Printer with Certbot

https://owltec.ca/Other/Installing+a+Let%27s+Encrypt+TLS+certificate+on+a+Brother+printer+automat...
2•8organicbits•11m ago•0 comments

Fibonacci's Composed Fractions

https://ztoz.blog/posts/fibonacci-fractions/
1•aebtebeten•11m ago•0 comments

What do I teach now?

https://prithvi081099.github.io/layerlab/2026/03/23/What-Do-I-Teach-Now.html
1•azhenley•11m ago•0 comments

What the CIA's "Queen of Torture" did next

https://www.newstatesman.com/world/americas/north-america/us/2026/03/what-the-cias-queen-of-tortu...
2•jbegley•11m ago•0 comments

Austria plans to ban social media use for under-14s, joining other countries

https://apnews.com/article/austria-government-social-media-under-14-ban-7516559412eecd9197df70ed9...
1•bookofjoe•13m ago•0 comments

Shield AI Just Raised $2B and Doubled Its Valuation in a Year

https://techlife.blog/posts/shield-ai/
1•tsenturk•14m ago•0 comments

Aria Gen 2 Glasses

https://www.projectaria.com/glasses/?_fb_noscript=1
2•haritha-j•14m ago•0 comments

Halving my game's netcode bandwidth and reworking a core mechanic

https://pablosjourneygame.com/blog/dev-log-1/
1•grgaln•14m ago•0 comments

Show HN: AIMarkdownPro – AI-powered Markdown editor for developers and writers

https://play.google.com/store/apps/details?id=com.aimarkdownpro.app&hl=en_US
1•getinfotoyou•15m ago•0 comments

Show HN: SpedFind – An open-source internet speed test (React/Python and CLI)

1•nishalk•17m ago•0 comments

New Anthropic model wrecking cybersecurity stocks

https://twitter.com/DenisGobo/status/2037524649374806059
2•minkeymaniac•17m ago•0 comments

Show HN: Built Loony for builders who want to spin up data infrastructure fast

https://loony.dev
1•maxmealing•17m ago•0 comments

Scientists watch sperm whales work as a team to assist a birth

https://www.npr.org/2026/03/27/nx-s1-5762978/sperm-whale-birth-cooperation-coordination-marine-ma...
1•Brajeshwar•18m ago•0 comments

Ask HN: What's the Deal with Forward Deployed Engineers?

1•rubyrenegade•18m ago•1 comments