I'm analyzing some problems regarding browser rout...
# compose-web
r
I'm analyzing some problems regarding browser routing and state management in compose application for the browser (I'm working with my own framework, but I'm sure the same issues arise with compose html or compose web). In general I don't like to have two sources of truth - compose state and url state. I would like to have a simple single source of truth (SSOT). I've looked at different routing/navigation implementations for compose, but none of them seems to address this issue. In the JS world there is a redux-first-router project, which does that. Is there any kind of pattern or library which can be used with compose?