Polymer / pwa-starter-kit

Starter templates for building full-featured Progressive Web Apps from web components.
https://pwa-starter-kit.polymer-project.org
2.36k stars 431 forks source link

[Docs] Properties of connected elts should be updated in `stateChange… #306

Closed vicb closed 5 years ago

vicb commented 5 years ago

…d()`

If my understanding is correct update refers to the change listener passed to store.subscribe. IMO it's better to refer to that listener as "change listener" as it might otherwise be confused with the update lifecycle method of lit elements. Note: The reduc docs use the change listener terminology.

keanulee commented 5 years ago

Thanks @vicb !