SSG vs static html page

Hello guys I have a task and I am confused about difference between 1. and 3.

Implement API call as remote service call to
https://ourapi.io/text.php?p=[numberFromConfig]
That will be accessed on http://localhost:3000/api/ourpapi


  1. Implement page as page static HTML with text from ourapi
  2. Implement page as SSR with text from ourapi call
  3. Implement page as SSG with text from ourapi call
Was this page helpful?