Skip to content

Call React.render multiple times on the handler #627

@nicib83

Description

@nicib83

Am i allowed to call the render method on the handler multiple times on each:

Router.run(routes, function (Handler, state) ... ?
React.render(, document.getElementById('example'));
i try to update the data prop with some async operations.

i first noticed that willTransitionFrom isn't fired after the first history back/forward navigation.
seems like this is because
prevRoutes in 355 is empty

Metadata

Metadata

Assignees

No one assigned

    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