react-microfrontends / people

The microfrontend for People in the star wars universe
MIT License
22 stars 30 forks source link

changing routing to use a subroute instead of a queryparam #9

Closed TheMcMurder closed 4 years ago

TheMcMurder commented 4 years ago

Moving from /people?selected=1 to /people/1 just like how planets does it.

This fixes a bug where linking from planets to a person wouldn't automatically select the person.