Static websites are simpler, easier to scale, more secure, better for the environment and have no platform lock-in. It should be the default. #StaticFirst@miriamschwab
talks about how she navigated this in the WordPress community. youtube.com/watch?v=gXdlRegR…
Love @rauchg idea of a “WordPress mode” for rendering previews, while keeping the consumer experience as static as possible for performance!
#staticfirst
The Import On Interaction Pattern: bit.ly/import-on-interaction ~ Lazy-load non-critical resources (e.g components, embeds) when a user interacts with UI that needs it.
ALT Import on interaction - a JavaScript loading optimization. This image shows a button being clicked or tapped and then code being downloded, data being fetched and then component code (or embed code) being rendered.
Just made the first version of a holiday rental site for @JacquiMaxted site live and its 100% #jamstack 💯🔥
- ✍️CMS: @NetlifyCMS
- 🚧Static Site Generator: @gridsome 💚
- 🧩API: @Netlify functions
- 📸Images: @Netlify Large Media
- 💵Hosting bill: £0
ryeandbeyondcottages.co.uk/
HTML is the very first file that comes across from servers that browsers parse do the rest of the work needed to build the site.
That _firstness_ is unique to HTML and a vital part of making websites fast.
I strongly believe #staticfirst is the new paradigm for website development.
Start with a static site and progressively enhance the experience..
#SSG#JS#MicroServices#jamstack