Skip to content

props should be derived from URL (and improved loading) #257

@dpwrussell

Description

@dpwrussell

Problems:

  • Manually modifying a URL will not cause a transition
  • <img> and potentially other html tags that have a lazyish behaviour cause wrong images to be displayed and then updated.
  • Not best practice

Requirements:

  • Write selectors to extract route params required
  • Write selectors to calculate state
  • Disable the file data being reduced literally every time a route is visited
  • Reduce data once and then check for presence in future as the app is completely static
  • Remove info from reducers and see what breaks

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions