Currrently you define routes by using ```html <router> <route></route> </router> ``` This proposal changes the component to `routes` ```html <routes> <route></route> </routes> ``` This aligns with `react-router` v6+ syntax for declaring groups of routes
Currrently you define routes by using
This proposal changes the component to
routesThis aligns with
react-routerv6+ syntax for declaring groups of routes