Skip to content
View itseramin's full-sized avatar
💭
Contemplating life choices
💭
Contemplating life choices

Organizations

@tosp-memo-life-task

Block or report itseramin

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Vimeo background video for React wit... Vimeo background video for React with Styled Components
    1
    import React from "react"
    2
    import styled from "styled-components"
    3
    import Vimeo from "@u-wave/react-vimeo"
    4
    
                  
    5
    export default function BackgroundVideo() {
  2. 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...
    1
    import { useTranslation } from "gatsby-plugin-react-i18next"
    2
    import React from "react"
    3
    import { GoogleMap, Marker, useJsApiLoader } from "@react-google-maps/api"
    4
    import styled from "styled-components"
    5