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
It would be really helpful for someone new to look through how the initial usages of defineEntries are used, then summarize some info in a docs entry for this function.
I'd be happy to help answer questions and assist with writing some info up for this, but I think it would be a perfect task for anyone coming into the waku project looking for a starting point :)
The text was updated successfully, but these errors were encountered:
I was wondering if you could explain where it is the explanation of defineEntries function in Docs or README! I couldn't find it since waku was released as v0.19.0. Is it deprecated
Oh I was also wondered defineEntries before releasing managed mode. If it's important to know this API for library authors, it's good to describe this API. Reading the source code of it briefly, It feels like it's working for build process. But it's too hard for newcomers to know about it.
How about explain API descriptions like what each parameter work for or the interaction of parameters(renderEntries, getBuildConfig, getSsrConfig)? And then I feel like that it's easier to know and investigate the use cases of this API.
defineEntries
is a fn call to define how to render, build, and configure the ssr for your waku app.Some initial usage docs live here: https://github.com/dai-shi/waku/blob/main/docs/minimal-api.mdx
It would be really helpful for someone new to look through how the initial usages of
defineEntries
are used, then summarize some info in a docs entry for this function.I'd be happy to help answer questions and assist with writing some info up for this, but I think it would be a perfect task for anyone coming into the waku project looking for a starting point :)
The text was updated successfully, but these errors were encountered: