What is the best way of ensuring the correct Nav Item is selected using React Bootstrap and Hyperstack Router?
I know I can the Link method, but I want to use the specific Bootstrap Nav item instead.
Is there a good example of this anyone can share?
React router actually handles this automatically! I have used this in one of my apps, maybe it can help for inspiration: