Skip to content

Instantly share code, notes, and snippets.

View cfenzo's full-sized avatar

Jens Anders Bakke cfenzo

  • @Inmeta | Bakke Media
  • Hamar, Norway
View GitHub Profile
@cfenzo
cfenzo / esnextbin.md
Last active October 17, 2016 12:17
esnextbin sketch
@cfenzo
cfenzo / ShowMore.jsx
Last active March 16, 2017 12:19
<ShowMore> component
import React from 'react';
class ShowMore extends React.Component {
contentHeight = 0
state = {
contentHeight: 0,
expanded: false
}
componentDidMount() {
this.updateHeight();