Dynamic Content
Sometimes you want some of your data to be dynamically pulled from the server. Examples might include realtime weather information, realtime product stock/pricing, etc.
The following Gatsby Docs tutorial will show you how to mix static content with dynamic content on the same page using the power of React!