mathieudutour / medium-to-own-blog

Switch from Medium to your own blog in a few minutes
MIT License
3.03k stars 107 forks source link

Use <Link> for faster client-side route changes #15

Closed KyleAMathews closed 5 years ago

paramaggarwal commented 5 years ago

Delay in moving from home to article page has gone down from around half a second to basically instant. Magic! Thanks @KyleAMathews 🙏

mathieudutour commented 5 years ago

Ah I didn't know there was some magic behind Link. Thanks!