pauldotknopf / react-aspnet-boilerplate

A starting point for building isomorphic React applications with ASP.NET Core, leveraging existing techniques.
MIT License
288 stars 52 forks source link

can you upgrade react-router 4.0.0 ? #38

Open meninjanho4788 opened 7 years ago

meninjanho4788 commented 7 years ago

so many thank !

meninjanho4788 commented 7 years ago

I beg you, can upgrade it, i dont know how to do that :((

pauldotknopf commented 7 years ago

Sorry. I don't have the time to do this as of now. It is on my radar though.

meninjanho4788 commented 7 years ago

You could do it whenever you have free time. Grateful very much

meninjanho4788 commented 7 years ago

many one guide me should change react-router to react-router-dom or react-router-native

BrowserRouter is in the react-router-dom package. Generally speaking you should either be using react-router-dom or react-router-native. The only time that you would import directly from react-router is when you are making an environment agnostic library.

is that right ?