Closed mjackson closed 8 years ago
The value of the basename prop should:
basename
location.pathname
This feature lets us support "mounting" apps at different URL prefixes while hiding that portion of the URL from downstream code.
The value of the
basename
prop should:location.pathname
before emitting location changes andThis feature lets us support "mounting" apps at different URL prefixes while hiding that portion of the URL from downstream code.