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
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
- Implement page as page static HTML with text from ourapi
- Implement page as SSR with text from ourapi call
- Implement page as SSG with text from ourapi call