Replies: 3 comments 25 replies
-
Hey, thanks for trying out and asking. The general goal is to have a good default and avoid "normal" users to require config files. We have two files Until then, you should use both of config files up on your requirement. |
Beta Was this translation helpful? Give feedback.
-
Hey I'm revisiting this to try and get cloudflare pages integration working I could definitely do with some pointers on how to get started as it's quite intimidating to learn the build process. My understanding so far:
Does this seem correct so far? Any other suggestions you might have? Cheers! |
Beta Was this translation helpful? Give feedback.
-
Alright! I managed to get a minimal version working: I set up my own pipeline and connected CF Pages to my clone of the Waku monorepo, building the Even better is that in the end, almost no changes are needed; it's much simpler to just adapt the current @dai-shi one last thing you can please help me understand: Cloudflare Pages require us to define all the paths for static clientside-only assets. This is so requests for these assets do not go through the server-side edge function (the errors in the console in the screenshot are because we have not yet defined the path/s where these static assets are). Am I correct in saying that all client-only static assets reside under |
Beta Was this translation helpful? Give feedback.
-
Hey,
I really like the path Waku is pursuing as a lightweight React framework compatible with Vite, RSC, runtime/deployment agnostic, etc.
I have a question regarding the intended project setup. From my browsing of issues & discussions in this repo, my understanding is the goal is to shield end-users from having to setup a config file. However, for "power users", you can add a vite config file.
Just then I tried adding middleware to my starter project and noticed there's also the option to add a
waku.config.ts
file. Naturally this is where I'm confused and wondering, how does this work with a Vite config? Am I meant to use both together, or are they incompatible?Thanks for clarifying!
Beta Was this translation helpful? Give feedback.
All reactions