Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

What does an engineer need to know in order to build this component?

...

Links - native + router

  • The links used in the Breadcrumb component should be compatible with either native anchor tags (i.e., <a>) or using routing components for React (e.g., <Link>).

    • <Link> uses an <a> under the hood but does not trigger a full-page refresh, only updating the browser history instead.

Semantics

[TODO]

...