You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -21,7 +21,7 @@ We recommend other frameworks for heavy ecommerce or enterprise applications. Wa
21
21
22
22
## Getting started
23
23
24
-
Start a new Waku project with the `create` command for your preferred package manager. It will scaffold a new project with our default [Waku starter](https://github.com/dai-shi/waku/tree/main/examples/01_template).
24
+
Start a new Waku project with the `create` command for your preferred package manager. It will scaffold a new project with our default [Waku starter](https://github.com/wakujs/waku/tree/main/examples/01_template).
25
25
26
26
```sh
27
27
npm create waku@latest
@@ -145,7 +145,7 @@ To learn more about the modern React architecture, we recommend [Making Sense of
145
145
146
146
Waku provides a minimal file-based “pages router” experience built for the server components era.
147
147
148
-
Its underlying [low-level API](https://github.com/dai-shi/waku/blob/main/docs/create-pages.mdx) is also available for those that prefer programmatic routing. This documentation covers file-based routing since many React developers prefer it, but please feel free to try both and see which you like more!
148
+
Its underlying [low-level API](https://github.com/wakujs/waku/blob/main/docs/create-pages.mdx) is also available for those that prefer programmatic routing. This documentation covers file-based routing since many React developers prefer it, but please feel free to try both and see which you like more!
149
149
150
150
### Overview
151
151
@@ -1075,8 +1075,8 @@ Streaming can be activated by setting environment variable `DEPLOY_AWS_LAMBDA_ST
1075
1075
1076
1076
## Community
1077
1077
1078
-
Please join our friendly [GitHub discussions](https://github.com/dai-shi/waku/discussions) or [Discord server](https://discord.gg/MrQdmzd) to participate in the Waku community. Hope to see you there!
1078
+
Please join our friendly [GitHub discussions](https://github.com/wakujs/waku/discussions) or [Discord server](https://discord.gg/MrQdmzd) to participate in the Waku community. Hope to see you there!
1079
1079
1080
1080
## Roadmap
1081
1081
1082
-
Waku is in active development and we’re seeking additional contributors. Check out our [roadmap](https://github.com/dai-shi/waku/issues/24) for more information.
1082
+
Waku is in active development and we’re seeking additional contributors. Check out our [roadmap](https://github.com/wakujs/waku/issues/24) for more information.
Copy file name to clipboardexpand all lines: docs/guides/cloudflare.mdx
+3-3
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ You should npm install the latest version of Cloudflare's build tool, [`wrangler
16
16
17
17
After building, you can test your build by running `npx wrangler dev` or deploy it to Cloudflare using `npx wrangler deploy`.
18
18
19
-
There is a [Cloudflare example in the Waku GitHub repository](https://github.com/dai-shi/waku/tree/main/examples/07_cloudflare).
19
+
There is a [Cloudflare example in the Waku GitHub repository](https://github.com/wakujs/waku/tree/main/examples/07_cloudflare).
20
20
21
21
## Notes on Cloudflare's workerd Runtime
22
22
@@ -30,7 +30,7 @@ Note that the latest `nodejs_compat` mocks the Node `fs` module. Cloudflare does
30
30
31
31
## Setting Up TypeScript
32
32
33
-
You can run `npx wrangler types --experimental-include-runtime` to generate a `worker-configuration.d.ts` file based on the settings in your `wrangler.toml`. This defines a global `Env` interface with your bindings. In the [Cloudflare example in the Waku GitHub repository](https://github.com/dai-shi/waku/tree/main/examples/07_cloudflare), a package.json script is included to run this command and update the types: `pnpm run build-cf-types`. To ensure that your types are always up-to-date, make sure to run it after any changes to your `wrangler.toml` config file.
33
+
You can run `npx wrangler types --experimental-include-runtime` to generate a `worker-configuration.d.ts` file based on the settings in your `wrangler.toml`. This defines a global `Env` interface with your bindings. In the [Cloudflare example in the Waku GitHub repository](https://github.com/wakujs/waku/tree/main/examples/07_cloudflare), a package.json script is included to run this command and update the types: `pnpm run build-cf-types`. To ensure that your types are always up-to-date, make sure to run it after any changes to your `wrangler.toml` config file.
34
34
35
35
## Accessing Cloudflare Bindings, Execution Context, and Request/Response Objects
36
36
@@ -117,4 +117,4 @@ npm i --save-dev wrangler
117
117
118
118
When starting the Waku dev server, we need to first start a wrangler/miniflare server and then pass them into the Hono app fetch.
119
119
120
-
This can be done by creating a custom Waku plugin in your `waku.config.ts` file. Copy the `waku.cloudflare-dev-server.ts` and `waku.config.ts` to your project from [the Cloudflare example in the Waku GitHub repository](https://github.com/dai-shi/waku/tree/main/examples/07_cloudflare). Now when you run `waku dev`, you will be able to access Cloudflare env bindings and execution context on the Hono context.
120
+
This can be done by creating a custom Waku plugin in your `waku.config.ts` file. Copy the `waku.cloudflare-dev-server.ts` and `waku.config.ts` to your project from [the Cloudflare example in the Waku GitHub repository](https://github.com/wakujs/waku/tree/main/examples/07_cloudflare). Now when you run `waku dev`, you will be able to access Cloudflare env bindings and execution context on the Hono context.
Copy file name to clipboardexpand all lines: docs/guides/react-compiler.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -35,4 +35,4 @@ export default defineConfig({
35
35
});
36
36
```
37
37
38
-
Check out [a working example](../../examples/05_compiler), or visit the [StackBlitz demo](https://stackblitz.com/github/dai-shi/waku/tree/main/examples/05_compiler) with Waku v0.21.12 and up.
38
+
Check out [a working example](../../examples/05_compiler), or visit the [StackBlitz demo](https://stackblitz.com/github/wakujs/waku/tree/main/examples/05_compiler) with Waku v0.21.12 and up.
Copy file name to clipboardexpand all lines: docs/redirects.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ description: How to add HTTP redirects to your Waku project.
8
8
9
9
Redirects are not handled by Waku directly. Instead, you can use either a custom middleware or the hosting environment to achieve that. The `<Link />` component does not deal with redirects either and will by default show the **404** page instead. To resolve this, you have to add an additional redirect for each redirected path, that points Waku to the correct `RSC` file. If there is a redirect from `/old` to `/new`, there also has to be one from `/RSC/old.txt`` to `/RSC/new.txt`to make the `<Link />` component`s smooth page transition work.
10
10
11
-
> The `/RSC/` file naming convention is [subject to change](https://github.com/dai-shi/waku/discussions/929#discussioncomment-10825975) in future versions of Waku.
11
+
> The `/RSC/` file naming convention is [subject to change](https://github.com/wakujs/waku/discussions/929#discussioncomment-10825975) in future versions of Waku.
Copy file name to clipboardexpand all lines: packages/website/private/contents/post-001.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ RSC still relies on a framework (or at least a bundler) for implementation. Howe
13
13
14
14
Waku is introduced as a minimal React framework that allows us to explore the core RSC capabilities and discover RSC best practices independent of traditional SSG/SSR strategies, which are optional opt-in functionalities.
15
15
16
-
This website is developed with Waku. The [GitHub repository](https://github.com/dai-shi/waku) also includes various examples where you can learn how to use Waku and RSC features.
16
+
This website is developed with Waku. The [GitHub repository](https://github.com/wakujs/waku) also includes various examples where you can learn how to use Waku and RSC features.
Now that a low-level API for creating layouts and pages is complete, we’re building a lightweight file-based “pages router” to further accelerate the work of Waku developers.
292
292
293
-
Stay tuned for this and other features in the upcoming v0.20 release! In the meantime, please [give Waku a try](https://waku.gg) on non-production projects and join our friendly [GitHub discussions](https://github.com/dai-shi/waku/discussions) or [Discord server](https://discord.gg/MrQdmzd) to participate in the Waku community.
293
+
Stay tuned for this and other features in the upcoming v0.20 release! In the meantime, please [give Waku a try](https://waku.gg) on non-production projects and join our friendly [GitHub discussions](https://github.com/wakujs/waku/discussions) or [Discord server](https://discord.gg/MrQdmzd) to participate in the Waku community.
We will continue to add [additional features](https://github.com/dai-shi/waku/issues/24), improve [documentation](https://waku.gg), and work towards acheiving stability before the upcoming [React 19 release](https://react.dev/blog/2024/02/15/react-labs-what-we-have-been-working-on-february-2024#the-next-major-version-of-react).
334
+
We will continue to add [additional features](https://github.com/wakujs/waku/issues/24), improve [documentation](https://waku.gg), and work towards acheiving stability before the upcoming [React 19 release](https://react.dev/blog/2024/02/15/react-labs-what-we-have-been-working-on-february-2024#the-next-major-version-of-react).
335
335
336
-
In the meantime, please [star us on GitHub](https://github.com/dai-shi/waku) and [try Waku](https://waku.gg) on non-production projects. Then give us your feedback in our friendly [GitHub discussions](https://github.com/dai-shi/waku/discussions) and [Discord server](https://discord.gg/MrQdmzd). See you around!
336
+
In the meantime, please [star us on GitHub](https://github.com/wakujs/waku) and [try Waku](https://waku.gg) on non-production projects. Then give us your feedback in our friendly [GitHub discussions](https://github.com/wakujs/waku/discussions) and [Discord server](https://discord.gg/MrQdmzd). See you around!
Copy file name to clipboardexpand all lines: packages/website/private/contents/post-004.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -160,6 +160,6 @@ See the talk [What’s new in React 19?](https://www.youtube.com/watch?v=AJOGzVy
160
160
161
161
We’re excited to see what you’ll build with Waku now that it fully supports server actions. Enjoy accelerated development of many common use cases such as form submissions, database operations, and much more!
162
162
163
-
As always your feedback in our [GitHub discussions](https://github.com/dai-shi/waku/discussions) is much appreciated and you’re welcome to join us in our [Discord server](https://discord.gg/MrQdmzd) to share what you’re building.
163
+
As always your feedback in our [GitHub discussions](https://github.com/wakujs/waku/discussions) is much appreciated and you’re welcome to join us in our [Discord server](https://discord.gg/MrQdmzd) to share what you’re building.
164
164
165
165
Please stay tuned for our upcoming v0.22 release featuring API routes, which support even more complex or resource intensive server-side functionalities.
0 commit comments