kaicataldo / eleventy-plugin-react

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

Update to use module/nomodule pattern #27

Open kaicataldo opened 3 years ago

kaicataldo commented 3 years ago

For the sake of performance, we should have the generated pages use module/nomodule JS bundles to minimize the amount of JS we're sending to the client.