larrymyers / react-mini-router

A minimal URL router for React.js
MIT License
282 stars 38 forks source link

use high-order-component instead of mixin #43

Closed jzlxiaohei closed 8 years ago

jzlxiaohei commented 8 years ago

any plans?

larrymyers commented 8 years ago

It's something that I'd certainly like to tackle in the future with the use of Mixins going away when ES6 classes are used for components, but it's not something that I have planned anytime soon, especially while the React API is still changing in this pre-1.0 release phase.

I'd happily accept any pull requests that gets this work started.

larrymyers commented 8 years ago

No response from @jzlxiaohei . Closing.