atlassian-labs / react-resource-router

Configuration driven routing solution for React SPAs that manages route matching, data fetching and progressive rendering
https://atlassian-labs.github.io/react-resource-router
Apache License 2.0
198 stars 28 forks source link

Dependent Resources #153

Closed bholloway closed 2 years ago

bholloway commented 2 years ago

This is a (somewhat secret) implementation of Dependent Resources.

It adds a depends field to resources and uses that to guarantee certain relationships between resources on the same route. See README.md that is (for now) buried in the resource-store directory.

It should be considered early access and subject to change.