vite-plugin-react-pages icon indicating copy to clipboard operation
vite-plugin-react-pages copied to clipboard

A vite framework for building react app. Especially suitable for document site and demos/playgrounds of react components.

Results 30 vite-plugin-react-pages issues
Sort by recently updated
recently updated
newest added

Now expands type aliases and interfaces with literal only types. Also allows to expand inherited props. Example: ```mdx ``` Fixes #33

Consider the following case: ```ts type Variant = "primary" | "secondary"; type Size = "sm" | "md" | "lg"; type Dimension = { w?: number; h?: number; } interface AsProp...

Right now it crashes with ``` error when starting dev server: Error: Build failed with 1 error: ../../.pnp.js:7897:23: error: [vite:dep-scan] ENOENT: no such file or directory, open '/home/user/p/y2/.yarn/$virtual/vite-plugin-react-pages-virtual-9054c16448/0/cache/vite-plugin-react-pages-npm-2.1.0-8052dc04d7-2ba766afad.zip/node_modules/vite-plugin-react-pages/dist/client/main.js' ```

help wanted

vite-plugin-react-pages currently use mdx v1: https://github.com/vitejs/vite-plugin-react-pages/blob/f8e71cdc4efb34fe814150a03a644ae73ae49ceb/packages/create-project/template-app/package.json#L19 And [vite-plugin-mdx](https://github.com/brillout/vite-plugin-mdx) also only support mdx v1, currently.

Use `vite-pages-theme-doc`, it will render blank area when `loadState.type === 'loading'`, obviously not a good UX. Support render and custom loading component is a great feature.

Whether consider support React Router 6?

Whether consider support React 18?