Daishi Kato
banner
daishikato.com
Daishi Kato
@daishikato.com
3K followers 9 following 260 posts
React library author, maintaining three state management libraries, Zustand🐻, Jotai👻, Valtio🧙, and React framework, Waku⛩️. Join my Discord server 👉 https://discord.gg/MrQdmzd For more links, visit 👉 https://daishikato.com
Posts Media Videos Starter Packs
Reposted by Daishi Kato
Waku now supports custom base. Here is an example of SSG site deployed to Github Pages hi-ogawa.github.io/waku-example...
`@vitejs/plugin-rsc` takes care of base path for handling static assets, so the required change on Waku was only application routing logic github.com/wakujs/waku/...
That'd be super great!
Waku v0.27.0 is here!

Waku is a React Server Component framework built to make React development fun again.

Now stabilizing the public API as we prepare for the v1 alpha, so it's a perfect time to try it and share your feedback before we finalize things. waku.gg/blog/more-ex...
Waku, the minimal React framework
A lightweight alternative React framework with a fun developer experience. Loved by React developers at startups and agencies.
waku.gg
Zustand's growth this year is insane.

npm-stat.com/charts.html?...
Excalidraw-Animate supports dark mode! Thanks to a contributor's work!

github.com/dai-shi/exca...
Waku v0.26.1 is out! While working on the next minor version, this patch fixes some issues. Please try it and share your feedback in our Discord server. github.com/wakujs/waku
GitHub - wakujs/waku: ⛩️ The minimal React framework
⛩️ The minimal React framework. Contribute to wakujs/waku development by creating an account on GitHub.
github.com
You are right. It’s not technically necessary and only left for one little issue. And yes, it’s left for the future to be replaced with the vite one.
waku.gg/blog/migrati...

> Waku has pioneered RSC framework implementation on Vite and provided many insights for the official Vite plugin.

Many APIs in the vite plugin are inspired by Waku. But, it's done right. When I started developing Waku, Vite didn't have Environment API.
Migration to @vitejs/plugin-rsc — Waku
Waku adopts Vite's official RSC plugin and Environment API as its foundation.
waku.gg
I'm not very familiar with Island Architecture, but compared to Next.js PPR, which is very sophisticated, Waku Islands feels more like a workaround, such as fetching a component with `useEffect`.
Excalidraw-Animate got better thanks to a contributor!
github.com/dai-shi/exca...
I think I've read the article before, maybe when I added glitch-free capability to Jotai.