Hacker News new | ask | show | jobs
by maxencecornet 1594 days ago
https://marketcapvsmarketcap.com/ - it's a project I made to learn more about the static page generation (SSG) mode of Next.js

If it's useful to people that's just an added bonus, but it was just a way to learn the development and CI/CD aspect of SSG

The idea is that I pre-create hundred of thousands of pages at build time - all the pages can be seen here: https://marketcapvsmarketcap.com/sitemap.xml

1 comments

You haven't explained how it works at all
I am just using Next.js SSG mode: https://nextjs.org/docs/advanced-features/static-html-export to generate a lot of pages based on a template and data fetched from a thrid-party API