Matija Marohnić
Matija Marohnić
Wait until ReactRouter is a stable v1, currently it's in beta.
In my case I would like to write multiple entry points as revisioned paths with [`rev-path`](https://www.npmjs.com/package/rev-path), but my understanding is that this currently isn't possible. My proposition is that the...
When you're compiling tests with webpack for Node (`target: node`), isomorphic-fetch will use `node-fetch`, which uses `encoding`, which [requires `iconv` dynamically](https://github.com/andris9/encoding/blob/91ae950aaa854a119122c27cdbabd8c5585106f7/lib/iconv-loader.js#L9), which causes warnings. This config will cause those `require`s...
> What would you like improved? The author of #576 expressed confusion around initially applied classes in `CSSTransition`, where he expected elements to start with `*-done` classes when mounted (unless...
Roadmap
We would like to take this library to the next level, so it fits more nicely into modern React code. For usage in function components, react-transition-group's component API is clearly...
I have a `CollectionView` which does adds and removes the scrolling listener in `didInsertElement` and `willRemoveElement`. I would like to turn the listener off when `CollectionView`'s `emptyView` is active. Do...
I think this makes more sense. And it makes changing the color of each loader as simple as: ``` css .loader { color: #0f0; } ``` Also, we often start...
I connected your plugin to my MailChimp account, everything seemed to be working fine, except it wasn't playing well with the [Polylang](http://wordpress.org/extend/plugins/polylang/) plugin, so I couldn't translate it. Then, a...
I have two flickities, both have `wrapAround: true`, but the other one which moves automatically is rewinding at the end instead of continuing. [Here](http://codepen.io/silvenon/pen/XbwPyy)'s modified version of your `asNavFor` demo.