How do you create static-sites for your dynamic JS projects?
Danny Aziz
Posted on February 23, 2019
So I've got a preact SPA app and I want to create static-sites for some content (The content only updates a few times a year and new content is only added once a week)
Currently, I am using prerenderer-webpack-plugin
to prerender all of the routes I require on a build and then using webhooks with Netlify to build on changes.
I'd love to know how other people are approaching this?
💖 💪 🙅 🚩
Danny Aziz
Posted on February 23, 2019
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
discuss Naming conventions for easy identification of StyledComponent and ReactComponent
October 15, 2021