Skip to content Skip to sidebar Skip to footer
Showing posts with the label Gatsby

Receiving "invalidcharactererror: String Contains An Invalid Character" From Importing Svgs With Gatsby-plugin-react-svg

I was using font-awesome svg icons, but I realized that they might be having a significant effect o… Read more Receiving "invalidcharactererror: String Contains An Invalid Character" From Importing Svgs With Gatsby-plugin-react-svg

Stop Gatsby Blog Post Slug From Including Individual Post Folders

I have encountered a problem while making a personal Gatsby site whereby blog post files are having… Read more Stop Gatsby Blog Post Slug From Including Individual Post Folders

Graphql Query Callbacks For Gatsby.js

In the Contentful CMS, I have two different content-types: BigCaseStudy and BigCaseStudySection. To… Read more Graphql Query Callbacks For Gatsby.js

Sanitizers Vs Dangerouslysetinnerhtml

According to some React documentation: Improper use of the innerHTML can open you up to a cross-si… Read more Sanitizers Vs Dangerouslysetinnerhtml

Onepage With Gatsby Js And Contentful, How To Import My First Simple String

I am trying to useStatic Query and GraphQL to get a simple title from Contentful, pass it to state… Read more Onepage With Gatsby Js And Contentful, How To Import My First Simple String