Hello, I am starting with Jetpack compose. I could find great articles for Android so far
I am trying to have common Navigation Manager layer
For android I could make it but I cannot find any thing for Navigation for Web
Could some one point me out for Navigation in Compose Web ?
Hello @Arkadii Ivanov thanks for this library
I was trying to avoid third party libraries actually 😅 it would be small app
Was trying to have minimal setup for it
Like I know for Android we hook into OnBackPressedCallbacks
Do we have some function I need to hook into for Web and desktop
I think If I get that It would be greatlyyyy helpful