Skip to content

Instantly share code, notes, and snippets.

View epiqueras's full-sized avatar
🏠
Working from home

Enrique Piqueras epiqueras

🏠
Working from home
View GitHub Profile
@epiqueras
epiqueras / masonry-grid.jsx
Created June 15, 2018 03:53
A masonry grid (Pinterest layout) for react. (WIP)
import React, { PureComponent, Children } from 'react'
import PropTypes from 'prop-types'
import memoizeOne from 'memoize-one'
import Bricks from 'bricks.js'
import './masonry-grid.css'
export default class MasonryGrid extends PureComponent {
static propTypes = {
// State