1 min readApr 26, 2020
common React routing won’t work with ServiceNow, because we don’t have a full control of the resource path, but “hash router” works perfectly fine: https://reacttraining.com/react-router/web/api/HashRouter
I use hashRouter on all of my react apps in ServiceNow.