Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 557 Bytes

0024-Decouple-components-from-routing-mechanisms.md

File metadata and controls

8 lines (6 loc) · 557 Bytes

RFC 24 - Decouple components from routing mechanisms

  • Comments: #24
  • Initially Proposed by: @eliperelman

Proposal

In order support deep linking of components in UIs, we need to decouple these components from the URL used to access them. This will allow us to rearrange the interface without having to refactor the component every time.

The concrete outcome of this task will be that taskcluster-tools will have some higher-order component to glue a UI component to the URL and react-router.