nareshbhatia / mobx-state-router

MobX-powered router for React apps
https://nareshbhatia.github.io/mobx-state-router/
MIT License
227 stars 31 forks source link

Update to latest versions of mobx 6 and react; update examples #99

Closed jbaldassari closed 3 years ago

jbaldassari commented 3 years ago

I was just about to submit a PR to migrate mobx-state-router to mobx 6, but then I saw that there was already a branch in progress for this work. I merged my branch into the existing mobx6-update branch and thought I'd contribute the diff anyway in case it helps. The main changes here are:

nareshbhatia commented 3 years ago

@jbaldassari, thank you for your contribution. I just wanted to acknowledge that I have seen this message. Will look at the details when I get a chance.

bowlwinkle commented 3 years ago

Hello,

First of all, thank you for the mobx router!

Secondly, I am curious about the status of updating the router to mobx 6? As mobx is a peer dep, it blocks us from upgrading.

I know we are all busy, just a friendly reminder

nareshbhatia commented 3 years ago

Closing this after updating dependencies to latest versions of mobx and mobx-react-lite. Thanks @jbaldassari.