My project has a CMS system, which stores blocks in HTML format. Links in this HTML link to the existing routes, which are handled by ReactRouter. I need to somehow overwrite /category/123
of HTML's native link, in order to use ReactRouter build-in transition, not Native one (which kind'a reloads the page).
Any ideas?