Skip to content

Instantly share code, notes, and snippets.

View arielpasilang's full-sized avatar

Ariel Pasilang arielpasilang

View GitHub Profile
@arielpasilang
arielpasilang / backgroundvideo.js
Created March 15, 2023 09:10 — forked from itseramin/backgroundvideo.js
Vimeo background video for React with Styled Components
import React from "react"
import styled from "styled-components"
import Vimeo from "@u-wave/react-vimeo"
export default function BackgroundVideo() {
return (
<>
<VideoContainer>
<Video
background={true}
@arielpasilang
arielpasilang / React + Apollo Guide.md
Last active September 15, 2022 04:12
React + Apollo Guide

React Router 4 + Apollo Guide

  1. Installations
npx create-react-app react-apollo
npm install react-router-dom
  1. Preferred Structure
@arielpasilang
arielpasilang / Webriq - Graphql(Apollo Server).md
Last active September 15, 2022 04:13
Graphql(Apollo Server)
@arielpasilang
arielpasilang / Gatsby Workshop Guidelines.md
Last active September 15, 2022 04:16
Gatsby Workshop Guidelines

Gatsby Workshop

1. Gatsby Installation and Set-Up

gatsby new <project-name>

This will clone the gatsby default starter