Skip to content

Instantly share code, notes, and snippets.

View simonelp's full-sized avatar
🎯
Focusing

Simone La Placa simonelp

🎯
Focusing
View GitHub Profile
@gianmarcotoso
gianmarcotoso / Filter.jsx
Last active March 10, 2016 16:30
React Filter HoC
import React from 'react';
import { Component } from 'react';
let Filter = Filterable => class extends Component {
constructor(props) {
super(props);
this.state = {
items: props.items
};
@kidpixo
kidpixo / PostGIS 2.0 Cheatsheet.md
Last active October 11, 2024 11:14
PostGIS 2.0 Cheatsheet