@aboodman What do you mean with modern JS stack? For simpler projects I found that even when I don't want to configure a bundler there is parcel that covers pretty much every usecase (TS, SCSS, posthtml, markdown, three.js ecc).
For SPA instead I usually end up using frameworks anyway.
We've created awesome-posthtml where you can track new plugins and add your awesome community plugins. Likes, reposts, stars are welcome;)
https://t.co/P449awKwYh
@janhavipurkar Here's how I would code my own website 👇
🖥️ Hosting — @vercel
🧪 Markup — PostHTML
🧣 Styling — @tailwindcss
🔨 Bundler — Parcel
This is the easiest setup with least configuration, which results in a robust professional website.
🚀 v3.1.6 has been released!
💨 Tailwind config changes are now reflected when developing locally
✨ Components now inherit any PostHTML options you've set
📦 Updated dependecies
https://t.co/ioR7JjJqWj
#Eleventy users; I'd like to have each page duplicated but with all <script> elements removed (maybe with Posthtml), then saved with a name like page.no-js.html so that I can demonstrate progressive enhancement. What would be the most 'eleventy' way to do this? @eleven_ty