Skip to content

Tag: reactjs

Making a react component clickable

I have a functional REACT component, code is as follows I want to make the entire card clickable. I read through a post on stack overflow Making whole card clickable in Reactstrap which talks about using an anchor tag, but that doesn’t work for me. Can someone help me understand what I am doing wrong? A…

Why can’t Gatsby / Facebook find my og:image

I have a Gatsby app setup. src/ —images/foo.jpg // <— the img i want on my facebook shareable URL (og:image). —images/ // <– note, there are loads of PNG files i’m using that seem to trip/default onto the FB image/share. —assets/ // <— loads of SVGs i’m…

Cant import React

I started learning about React and I have problem with importing the library. index.html: script.js file: Error I get when im opening the index file: Cannot GET /ReactDOM%20%5E&%20JSX/index.html I imported those 2 scripts from React site. Answer I noticed that the id on <div id=”root”>&l…