To read up

  1. Creating Pages from Data Programmatically | Gatsby
    1. https://www.gatsbyjs.com/docs/conceptual/overview-of-the-gatsby-build-process/#build-time-vs-runtime

Errors facing

Panicking because nodes appear to be being changed every time we run queries. This would cause the site to recompile infinitely. Check custom resolvers to see if they are unconditionally creating or mutating nodes on every query. This may happen if they create nodes with a field that is different every time, such as a timestamp or unique id.

TODO

  1. Improve the SEO
  2. Add search option
  3. Display only the critical tags first

Code samples console.log('Testing')

Concepts

  1. Server-side rendering (SSR) at build time

More links

https://www.gatsbyjs.com/blog/2019-04-02-behind-the-scenes-what-makes-gatsby-great/#server-side-rendering-ssr-at-build-time-

Referenced in:

All notes