andreypopp / rrouter

Declarative routing layer for React applications
http://andreypopp.github.io/rrouter/
MIT License
114 stars 17 forks source link

Update to work with react 0.12.x #44

Open maranomynet opened 9 years ago

maranomynet commented 9 years ago

peerDependences specifies "0.10.0 - 0.11.x"

https://github.com/andreypopp/rrouter/blob/master/package.json#L18

kblcuk commented 9 years ago

Yes, it would be nice to have that. I went ahead and manually patched my local rrouter checkout, and so far it didn't seem to break anything. So, with a bit of luck, all this requires is updating package.json.

maranomynet commented 9 years ago

going with react-router for now...

SteveALee commented 9 years ago

+1 for a fix. I don't yet know enough to be able to pull and patch locally and then use with npm.

kblcuk commented 9 years ago

@andreypopp, any plans for this?

andreypopp commented 9 years ago

No plans as react-router is much better than this.

On Wed, 4 Mar 2015 at 22:04 Alexei Mikhailov notifications@github.com wrote:

@andreypopp https://github.com/andreypopp, any plans for this?

— Reply to this email directly or view it on GitHub https://github.com/andreypopp/rrouter/issues/44#issuecomment-77162494.

joekrill commented 9 years ago

@andreypopp does that mean this project is effectively dead and you're directing people to use react-router instead?

andreypopp commented 9 years ago

Correct

On Wed, Apr 8, 2015, 00:16 Joe Krill notifications@github.com wrote:

@andreypopp https://github.com/andreypopp does that mean this project is effectively dead and you're directing people to use react-router instead?

— Reply to this email directly or view it on GitHub https://github.com/andreypopp/rrouter/issues/44#issuecomment-90735243.