Soon

Results 171 comments of Soon

> [@SoonIter](https://github.com/SoonIter) Do you know if the official team will push for this fix what official team? React-refresh team? This is an unfixable problem because of the flexibility of react...

> Limitations: this will cause a short 404 before rendering `` at production, maybe we need offer an offical runtime route hook api as a better solution. This requires the...

![fe45e0ef80a64a7c2df64ca600209448](https://github.com/user-attachments/assets/f58d56ce-2b3d-43d9-a1ec-721b151cd284) can't be reproduced. Could you locate the problem further in your environment?

try this ```typescript export default defineConfig({ root: path.join(__dirname, 'docs'), base: '/base', icon: '/rspress-light-logo.png', logo: { light: '/rspress-light-logo.png', dark: '/rspress-dark-logo.png', }, }) ```

## Some investigations @rspress/plugin-preview in iframe mode is easy to integrate with other frameworks because of another bundle process ```ts plugins: [ pluginPreview({ previewMode: 'iframe', iframeOptions: { // framework: "vue",...

closed by https://github.com/web-infra-dev/rspress/pull/2043

any new design can be accepeted, this would be a new plugin called `plugin-comp-preview`, and it won't has any relation to `plugin-preview` and `plugin-playground` (for no breaking)

> https://github.com/web-infra-dev/rslib/blob/8a9f9e336a84a0c7359d5e7d5ad06e8699ea33e2/packages/core/src/config.ts#L1016-L1023 > > @SoonIter should we throw error/warning here if we cannot resolve in bundleless mode? let the bullet in the sky, users would feedback

yeah, I also solved this by modifying `docs/1.0.0/index.mdx` ```mdx --- pageType: home hero: name: Kalmia text: Fast, easy-to-use CMS for your documentations tagline: Tagline actions: - theme: brand text: Quick...