AEM - SPA (React) - Parameters in Routes
Is there a way to pass a parameter in a route in AEM SPA?
I know the routes are dynamically generated from AEM pages but I would like to be able pass params to pre-populate components on the page via the url.
i.e. I have the following page> /content/site/en/authors
I want the author in the URL so if you visit the url you see the information for that author> /content/site/en/authors/#userHere