dioxus/packages/router/src
Dave Rolsky 81c094ed29 Fix handling of re-renders in the Router
Previously the router just stored a `root_found` boolean after it picked a
route. But on re-render it would just always return false from `should_render`
if this was true. This just aborted routing after a future resolved (or
anything else that triggered a re-render).

Now we store the matching ScopeId and check that against our routes in a
re-render so we actually do re-render the matching route.
2022-01-14 14:55:12 -06:00
..
components Commit WIP on router 2022-01-13 12:21:06 -06:00
hooks More WIP router implementation 2022-01-13 12:26:49 -06:00
platform Commit WIP on router 2022-01-13 12:21:06 -06:00
lib.rs Enable clippy 2022-01-08 16:35:26 +01:00
routecontext.rs wip: memoize dom in the prescence of identical components 2022-01-05 00:27:22 -05:00
service.rs Fix handling of re-renders in the Router 2022-01-14 14:55:12 -06:00
utils.rs wip: miri stress tets 2021-12-18 23:03:59 -05:00