James Brantly

Results 3 issues of James Brantly

Consider a simple cached component: ``` javascript class Hello extends React.Component { render() { return Hello {this.props.name} } componentCacheKey() { return this.props.name; } } ``` And usage like this: ```...

This project still uses koa-router v3.0. In v5.0, there was a [breaking change](https://github.com/alexmingoia/koa-router/blob/master/history.md#500) which this boilerplate still uses causing it to break when using the latest and greatest: > Remove...

I was looking for this functionality and started to write it on my own because I couldn't find this one on NPM. Babel loaders have the `babel-plugin-` prefix to help...