Michiel

Results 5 comments of Michiel

Hi Leonardo, I'm trying to switch a big project over from React-Router v4 to Router5. So far I'm using switch, but may try the utils once I get my head...

Two main reasons: 1. Making API calls based on route changes requires a lot of custom code. 2. The bad handling of transitions. I tried AnimatedSwitch. But I still sometimes...

We are using Router5 in multiple TomTom projects now, including one where you can explore more than 1000 Road Trips. https://www.tomtom.com/en_gb/roadtrips/category/bestcoastalroads/

@bezugen In many cases it can be fixed using a polyfill in node. `import '@babel/polyfill';`