I wrote my first app using nodejs,reactjs and spring using this tutorial and all went fine except for the buttons that are not working as expected because when I click on them, the link is updated in the browser address but the page is not loaded until I press F5 to reload.
Is hard to explain without an image so I attached a print screen with some text.
So I can add customers, delete and edit... but after every click on a button, I must press F5 to actually load the destination page. I tried this in Chrome, Edge and Opera and in all browsers the behaviour is the same.
This seems to be very basic but I don't know what to search on google to fix it, I tried to search documentation about the button tag but in everything I read I can't even find the attributes listed in the tutorial.
The button syntax is "<Button size="sm" color="primary" tag={Link} to={"/clients/" + client.id}>Edit" and attributes like "tab" and "to" don't seem to be documented in the reactjs documentation.