How to set dynamic URL parameters to a variable value with react-router-dom
I looked quite a bit online for this but didnt seem to find the right answer to my question. How do I change a part of my URL to a value from for example UserInput. I am using react-router-dom v6 and react 18.2 I tried to use UseParams but it didnt work as wished. Also… Read More How to set dynamic URL parameters to a variable value with react-router-dom