Skip to content

Instantly share code, notes, and snippets.

View IamGiel's full-sized avatar
🎾
it's never too late to until you decide it is.

Gel ⟨\g\⟩ IamGiel

🎾
it's never too late to until you decide it is.
View GitHub Profile
@IamGiel
IamGiel / gist:ecb0a976400344af70f4f78cd0ba4d09
Created February 22, 2018 03:31
Not sure how I can make `rainDrops` loop inside the NavBar function
import React from "react";
import "../styles/NavBar.css";
const drops = 500;
const rain = ('<div class="drop" id="drop' + i + '"></div>')
for (let i = 0; i < drops.length; i++) {
let rainDrops = drops[i];
}
const NavBar = () => (