|
|
|
|
|
by eddietejeda
2628 days ago
|
|
I don't like to use the term "static" site, even as a provider of a static site hosting service. I think when people say "static" they imagine a small site that does not change. I prefer to see it as a build environment for your code, data, and assets. The data can change all the time, but it either changes as part of a build process or pulled from an external API. Here's a good summary of a team choosing this approach for their data-heavy site:
https://revenuedata.doi.gov/blog/homepage-revamp-part-two/ |
|
It is confusing for non IT people who often think static means it can’t have any user interaction.