This repository was archived by the owner on Oct 24, 2021. It is now read-only.
This repository was archived by the owner on Oct 24, 2021. It is now read-only.
URLs and Routing #15
Closed
Description
Article outline
https://github.com/meteor/guide/blob/master/outlines/routing.md
Major decision points
- Flow Router because it works well across Blaze and React, and is relatively simple
- The URL/Router is not the main driver of the app - it's just another data source
- Only "smart" components should read the route data (see more in the Blaze or UI articles)
- Server side routing/HTTP API is not covered here