I want to add URL parameters to a HTML page. Can't seem to find out how to do it using react without the use of the Link class.
I want the id so that I can use to pass to the db and populate the page(anotherpage.html) with the correct information.
I'm looking to do the following
ex: https://www.example.com/anotherpage.html/:id
id = some-sub-page