ericvicenti/navigation-rfc

Doc Improvement: Custom reducers should clearly be encouraged/supported

Open

#5 opened on Jan 4, 2016

View on GitHub
 (1 comment) (0 reactions) (0 assignees) (44 forks)github user discovery
help wanted

Repository metrics

Stars
 (440 stars)
PR merge metrics
 (PR metrics pending)

Description

I'd love to see a documented support for providing this navigation model a custom reducer / onNavigation method which is propagated to build in or library provided Components like NavigationCard or NavigationHeader.

The docs currently make it sound like there is only a bunch of default actions, which could be extended, but the only supported reducer is NavigationReducer. Is that the case?

Contributor guide