Skip to content

feat: Rename Router Component #94

@brandonroberts

Description

@brandonroberts

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions