creativetimofficial / ct-argon-dashboard-pro-react

12 stars 7 forks source link

[Feature Request] How To Implement Dynamic Routes /route/:id #30

Closed kimtj12 closed 4 years ago

kimtj12 commented 4 years ago

What is your enhancement?

Hi! I want to make a dynamic route such as /route/:id... and based on current routing system it doesn't work (if I set the route to /route/:id and console log the props.match.params, it's empty.

Is there a good way to implement this?

Thank you for your support!

kimtj12 commented 4 years ago

Sorry, It works!