router icon indicating copy to clipboard operation
router copied to clipboard

feat: Rename Router Component

Open brandonroberts opened this issue 3 years ago • 0 comments

Currrently you define routes by using

  <router>
    <route></route>
  </router>

This proposal changes the component to routes

  <routes>
    <route></route>
  </routes>

This aligns with react-router v6+ syntax for declaring groups of routes

brandonroberts avatar May 30 '22 20:05 brandonroberts