Contemplating life choices
Pinned Loading
-
Vimeo background video for React wit...
Vimeo background video for React with Styled Components 1import React from "react"
2import styled from "styled-components"
3import Vimeo from "@u-wave/react-vimeo"
45export default function BackgroundVideo() {
-
Custom Google Maps component impleme...
Custom Google Maps component implementation for React with Maps JavaScript API. Decided ditch this component to use embedded <iframe> Google Maps with Maps Embed API in my project, because I wouldn't utilize most of features of the Maps Javascript API, and made no sense to pay for something if I were to exceed my usage limit... 1import { useTranslation } from "gatsby-plugin-react-i18next"
2import React from "react"
3import { GoogleMap, Marker, useJsApiLoader } from "@react-google-maps/api"
4import styled from "styled-components"
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.