rescript-association / reasonml.org

Deprecated in favor of rescript-lang.org
MIT License
125 stars 33 forks source link

Improve performance of links #92

Closed karlhorky closed 4 years ago

karlhorky commented 4 years ago

I noticed that the links in the side navigation weren't as instant as Next.js links usually are, and then saw that they weren't being wrapped in the Link component.

Didn't test this yet, so hope it doesn't break anything!

ryyppy commented 4 years ago

This is already fixed in #84

karlhorky commented 4 years ago

Ok, I'll leave it open until #84 is merged, to increase visibility and to avoid others also submitting PRs :)

ryyppy commented 4 years ago

Fixed with #84