Rendering approaches

How it works

How it works

nginx

How it works

nginx

Advantages

  • loading instantly cause static site
  • secure by default (cause all request sent at build process locally, third-parties)
  • modern technologies (like react, vue etc)
  • SEO by default without extra server
  • we don't need application server at all
  • if u want backend => cloud functions

Disadvantages

  • build process can be long
  • u can do blogs, docs, landings etc (not slides.com, photoshop.com, wix.com etc)
  • if u want backend => cloud functions

Fits for

  • blogs
  • docs
  • e-commerce projects
  • media
  • news feed 
  • landings

Solution

  • react
  • webpack
  • preditcive fetching
  • instant click
  • quicklink by default
  • already optimized for Lighthouse User
  • progressive enchancement by default
  • good ecosystem
  • cost

Gatsby is ..

modern technologies

?

JAMStack

By Viktor Tkachenko

JAMStack

  • 83