Richard Herrera
Richard Herrera
### Description This PR migrates React Helmet to [TDSX](https://github.com/jaredpalmer/tsdx). It attempts a minimal amount of changes to ensure backwards compatibility with Helmet v6: - Adds Prettier support - `.js` files...
http://greenkeeper.io/
Create a Wildcat Docker image that includes the following: ### Outstanding - [x] Required global dependencies - [x] Node 4.x - [x] npm 3.x - [x] jspm 0.16.x - [x]...
[Source map urls](https://github.com/nfl/react-wildcat/blob/master/packages%2Freact-wildcat%2Fsrc%2Futils%2FcreateTranspiledModule.js#L67) are being constructed with a full directory path. The paths should be relative to the origin domain.
Investigate why hot-reloading is currently not working in stateless components.
Look into using [Flow](http://flowtype.org/) for static type checking. Possible blockers: - Does it support experimental Babel features? - Does it support rest/spread?
It's currently disabled by default, but I'm not sure if they intend to fully support the spec before enabling it. If not, Flexie should shim any part of the spec...
Per: http://www.w3.org/TR/css3-flexbox/#cross-sizing > Collapse ‘visibility:collapse’ items. If any flex items have ‘visibility: collapse’, note the cross size of the line they're in as the item's strut size, and restart layout...
Hi there, Any special trick to using Ractive plugins with Ractify? I'm trying to require a transition plugin [per the docs](https://github.com/RactiveJS/Ractive-transitions-slide), but I keep getting the same console warning: ```...