waku
⛩️ The minimal React framework (by wakujs)
hyperwave
🌊 build rich, performant UIs with the best possible developer experience (by tireymorris)
| waku | hyperwave | |
|---|---|---|
| 16 | 7 | |
| 6,314 | 83 | |
| 1.0% | - | |
| 9.7 | 3.6 | |
| 4 days ago | about 1 month ago | |
| TypeScript | CSS | |
| MIT License | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
waku
Posts with mentions or reviews of waku.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-03-30.
-
UmiJS: the Shaolin of web frameworks
something very opposite to tools like, for instance Waku, if you will
-
React 19, Waku, and the use of Server Actions to fetch data once on the Client side
We have also seen how Waku it's a great way to start using React 19 right now.
-
Beyond Next.js: Exploring Alternative React Server Component Frameworks
Waku - The minimal React Framework
-
Skymood - Watch Bluesky's heartbeat through emojis in real-time 🌟
So I went ahead and threw together a quick React SPA using Waku which was subscribing straight to the Jetstream Websocket from the client side. The prototype was done pretty quickly. The only noticeable hurdle was, that the Jetstream SDK depends on node:events. Rather than trying to workaround that, it seemed a lot simpler to just go with a plain Websocket implementation.
-
Darling, I converted our perfectly fine SPA application into SSR: Part 2
The front page did an excellent job of clearly and efficiently explaining the concepts of client-/server-side components: data fetching, SEO, routing—all the puzzle pieces began to fall into place.
-
React Server Components Example with Next.js
The moderators at Reactiflux pointed me toward Waku (also developed by Daishi Kato) as a potential alternative. However, Daishi explicitly recommends using the framework on non-production projects.
- Waku – The Minimal React Framework
-
Show HN: A live deployment of Waku RSC's examples
Waku (https://waku.gg/) is a new vite-based RSC framework with an emphasis on simplicity and developer experience. And Waku Land is a website I built to host each example from Waku's source code. It redeploys from Waku's main branch once every six hours.
-
The Current State of React Server Components: A Guide for the Perplexed
The other piece of important information to acknowledge here is that when we say RSCs need a framework, “framework” effectively just means “Next.js.” There are some smaller frameworks (like Waku) that support RSCs. There are also some larger and more established frameworks (like Redwood) that have plans to support RSCs or (like Gatsby) only support RSCs in beta. We will likely see this change once we get React 19 and RSCs are part of the Stable version. However, for now, Next.js is currently the only framework recommended in the official React docs that supports server components.
-
Streams and React Server Components
Many developers have used streams when building technology, but how many have truly understood their intricacies and their connection to React Server Components? Personally, the concept never quite clicked for me. It wasn't until contributing to Waku and being curious about how RSCs stream html—requiring me to take them seriously. Waku is a minimal layer over React Server Components using Vite.
hyperwave
Posts with mentions or reviews of hyperwave.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-05-30.
-
Engineering for Slow Internet
https://github.com/tireymorris/hyperwave
hyperwave is great for slow connections - it can run pretty well on slow 3g.
- Flapjack: Full-Stack SSR Apps with Bun, Hono, Htmx, and Tailwind
-
Next.js 14
For anyone looking for a better alternative to the current web dev landscape:
use hyperwave. https://github.com/tireymorris/hyperwave
It allows you to build full-SSR apps with Tailwind and JSX, has support for SQLite and HTMX, and is in general a great return to how web dev used to be / should be.
- Hyperwave is a framework for full stack web applications
- Show HN: Hyper-performant full-stack toolkit
- hyperwave: build full stack apps on the server, using hypermedia.
- Show HN: Hyperwave, a RESTful full-stack starter kit, in Bun
What are some alternatives?
When comparing waku and hyperwave you can also consider the following projects:
vike - (Replaces Next.js/Nuxt) 🔨 Build mission-critical applications with stability and development freedom.
bunrest - An express-like API for bun server
r19 - A dead-simple React 19 "framework" implementation from scratch
jlbun - Using Julia in Bun!
React - The library for web and native user interfaces.
helene - Real-time Web Apps for Node.js