I have added an Upload Button on the dashboard page. But I want to link that button to the upload page url . I did try to add the link but when after that it directly redirects me to that page. I need to trigger that event that it should happen on click but as I am pretty much new to react so I unable to figure out how this React components works. I know this might be very basic stuff but need a bit of help.
The url where I want it to redirect: url(r’^upload/’, app_views.upload, name=‘upload’),