kaicataldo / eleventy-plugin-react

A plugin that allows you to use React as a templating language for Eleventy
MIT License
37 stars 4 forks source link

Explore using Vite #31

Open kaicataldo opened 2 years ago

kaicataldo commented 2 years ago

Explore using Vite instead of Webpack for asset generation. The current build is quite slow and doesn't progressively re-render/generate its client-side assets, making the development experience slow and painful.

Related issue: https://github.com/kaicataldo/eleventy-plugin-react/issues/9