JavaScript
Using Fragments For Components With Gatsby And Kontent
Published 18 Nov 2020
The use of GraphQL in Gatsby brings many advantages, but it can lead to duplication of query fields across pages and templates. This is a quick guide on a pattern for using fragments inside your React components to avoid duplication.
How To Render Rich Text Content From Kentico Kontent In Gatsby
Published 17 Jun 2020
This is a quick start guide explaining how you render rich text content from Kentico Kontent in Gatsby. All of the information on how to do this is available via the Gatsby Kontent Components GitHub page, but you have to dive into the linked article by Richard Shackleton and piece everything together.