๐๏ธ Route configuration
A route object under the default matching algorithm and route element resolver consists of the following properties, all of which are optional:
๐๏ธ Router configuration
Found exposes a number of router component class factories at varying levels of abstraction. These factories accept the static configuration properties for the router, such as the route configuration. The use of static configuration allows for efficient, parallel data fetching and state management as above.
๐๏ธ Navigation
Found provides a high-level abstractions such as a link component for controlling browser navigation. Under the hood, it delegates to Farce for implementation, and as such can also be controlled directly via the Redux store.