with multiplatform ui being possible with compose, how are people handling strings and translations? Are you representing these in code now? Maybe a composition local?
j
Jorn Hertsig
06/19/2023, 12:21 PM
Jetsnack uses a composition local, with platform-dependent implementations. I like that pattern, really flexible and much easier than passing a service or something around everywhere.