Using vite-plugin-ssr with mdx-js, solving ESM only library problems, understanding vite configuration and writing vite plugins
vite-plugin-ssr is vite plugin which allows us to build websites with Server Side Rendering, Client Side Rendering, Single Page Applications and Static Site Generation all in one. This plugin is like Next.js but provides more control over each page a...