The old sellotape-and-string invocation of settings works by maintaning its own which-setting-we-want-to-see state and displaying the appropriate module-settings page based on that state – all under the URL /settings. Instead, we should let react-router do the work of choosing which settings page to display, and use informative URLs like /settings/users.
The old sellotape-and-string invocation of settings works by maintaning its own which-setting-we-want-to-see state and displaying the appropriate module-settings page based on that state – all under the URL
/settings
. Instead, we should let react-router do the work of choosing which settings page to display, and use informative URLs like/settings/users
.