Skip to content
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
Closed
@stubailo

Description

@stubailo

Article outline

https://github.com/meteor/guide/blob/master/outlines/routing.md

Major decision points

  1. Flow Router because it works well across Blaze and React, and is relatively simple
  2. The URL/Router is not the main driver of the app - it's just another data source
  3. Only "smart" components should read the route data (see more in the Blaze or UI articles)
  4. Server side routing/HTTP API is not covered here

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions