6 ms·
What are you doing about repeated content?
by 85392_school 8mo ago
What are you doing about repeated content?
- gulugawa 8mo agoThere's a Vite plugin that can be used to insert identical HTML on multiple pages without JavaScript. I use it for the navbar and footer: https://www.npmjs.com/package/vite-plugin-handlebars https://www.npmjs.com/package/vite-plugin-handlebars For repeated content where JavaScript is required, I use web components.