Dogstudio / highway

Highway - A Modern Javascript Transitions Manager
https://highway.js.org/
MIT License
1.43k stars 92 forks source link

Does it work with React, like Gatsby? #50

Closed dingyi closed 5 years ago

dingyi commented 5 years ago

Hi, I tried this awesome library in a Gatsby site, but it's not working. Any React examples I can look at?

Thanks!

Anthodpnt commented 5 years ago

Unfortunately we don't have any React example so far and we are hoping for some help from the community to make Highway work with most of today most trending frameworks including Vue.js or React.

ajayns commented 4 years ago

@dingyi Gatsby in particular already handles routes internally between pages and to take control of it further you can use the gatsby-plugin-transition-link plugin, any other solution that's not from the ecosystem could cause issues with rendering or links.

dingyi commented 4 years ago

@ajayns oh good to know! I will try this plugin, thanks.