I've been working on how exactly do I best architect navigation in my Compose app and I've come up with 4 solutions, I made this video to showcase the problem and the 4 proposed solutions each with pros and cons, I would still love to see a similar example/repo of how everyone else is doing it
https://youtu.be/zUdpVc5vTQE▾
d
dave08
12/28/2023, 4:46 PM
Hi @oday! Just wondering why you used
LaunchedEffect
to populate the scaffold in MainScreen on the second method you tried?
o
oday
12/28/2023, 5:21 PM
That will be removed shortly after, it was kept to show what it will do if not removed properly from screens that don’t need it with that solution