SSG – Static Site Genereation import React from ‘react’ export const getStaticProps = async() => { cosnt response = await fetch(‘https://jsonplaceholder.typicode.com/users’) const json = await
SSG – Static Site Genereation import React from ‘react’ export const getStaticProps = async() => { cosnt response = await fetch(‘https://jsonplaceholder.typicode.com/users’) const json = await