reactormonk
06/17/2024, 2:34 PMLaunchedEffect(true) { }. I'm using it with LaunchedEffect(true) { entries = someAPI.load() } where I'm loading in possible autocomplete solutions. What would be the correct way to do this?Stylianos Gakis
06/17/2024, 2:43 PMUnit (Typically Unit is a better indicator rather than passing true in there or some other such constant) as the key is not always a mistake, sometimes there are real usages for it.reactormonk
06/17/2024, 2:43 PMStylianos Gakis
06/17/2024, 2:44 PMreactormonk
06/17/2024, 2:45 PMStylianos Gakis
06/17/2024, 2:46 PMreactormonk
06/17/2024, 2:46 PMStylianos Gakis
06/17/2024, 2:46 PMreactormonk
06/17/2024, 2:52 PMStylianos Gakis
06/17/2024, 2:53 PMreactormonk
06/17/2024, 2:54 PMStylianos Gakis
06/17/2024, 2:56 PMreactormonk
06/17/2024, 2:58 PMStylianos Gakis
06/17/2024, 3:06 PMreactormonk
06/17/2024, 3:06 PM