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

Map() Method On Multi Dimensional Array In Gatsby/react, Getting Error While Trying To Wrap Inner Loop In Div

i want to display three posts per row in a gatsbyjs web page. i am having an array of posts, if i w… Read more Map() Method On Multi Dimensional Array In Gatsby/react, Getting Error While Trying To Wrap Inner Loop In Div

React : Returning Svg Contents As Variable?

I am currently doing this: class Checked extends React.Component { render() { return ( … Read more React : Returning Svg Contents As Variable?

Using Private Key In A .env File

I have a multiline private key in a gatsby .env file: GATSBY_GOOGLE_CLIENT_ID='12345' GATSB… Read more Using Private Key In A .env File

On Gatsby Cms How Can I Set The About Page As A Index Page

Hi I installed the gatsby cms starter with netlify, this project came with a started template calle… Read more On Gatsby Cms How Can I Set The About Page As A Index Page

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

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

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