with multiplatform ui being possible with compose,...
# compose
c
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
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.
c
cheers @Jorn Hertsig I didn't consider checking jetsnack! 🤜 💥 🤛
s