An open API service indexing awesome lists of open source software.

https://github.com/jellydn/waku-rsc-async-demo


https://github.com/jellydn/waku-rsc-async-demo

react rsc waku

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

Welcome to waku-rsc-async-demo 👋



Version

[![IT Man - A quick look at Waku - the minimal React framework [Vietnamese]](https://i.ytimg.com/vi/-sGIPwXZT70/hqdefault.jpg)](https://www.youtube.com/watch?v=-sGIPwXZT70)

## 🚀 Introduction

This demo project showcases the capabilities of Waku, a minimal yet powerful React framework. Waku is designed to embrace the future of React development, focusing on React Server Components (RSCs) to provide an enhanced user and developer experience.

### ✨ [Demo](https://waku-rsc.deno.dev)

[![Demo Video](https://i.gyazo.com/d53f0bd5075a69ffd8bc656207e00012.gif)](https://gyazo.com/d53f0bd5075a69ffd8bc656207e00012)

## 📋 Requirements

- [bun.sh](https://bun.sh/)
- [RSC Devtools](https://chromewebstore.google.com/detail/rsc-devtools/jcejahepddjnppkhomnidalpnnnemomn)

## 💻 Stack

- [Waku - The minimal React framework](https://waku.gg/)
- [Biome - One toolchain for your web project](https://biomejs.dev/)
- [Tailwind CSS - Rapidly build modern websites without ever leaving your HTML.](https://tailwindcss.com/)

## 📦 Installation

Before installing Waku, ensure you have Bun installed. In your project directory, run:

```sh
bun install
```

## 🔨 Development

To start the development server, execute:

```sh
bun run dev
```

## 🏗 Build

Build your project for production with:

```sh
bun run build
```

## Resources

- [dai-shi/waku: ⛩ The minimal React framework](https://github.com/dai-shi/waku)
- [Waku Diagrams](https://github.com/dai-shi/waku/discussions/151)
- ['use server' directive – React](https://react.dev/reference/react/use-server)
- ['use client' directive – React](https://react.dev/reference/react/use-client)
- [useTransition – React](https://react.dev/reference/react/useTransition)

## 🌟 Show Your Support

Give a ⭐ if this project helped you!