When using enums in compose, would you recommend using `remember` on `Enum.values()` such that a new...
z
When using enums in compose, would you recommend using
remember
on
Enum.values()
such that a new array isnt created on each recomposition, or am I over-optimizing?
f
I would not worry about it before profiling shows it to be a problem.
👍 1
👍🏽 1
☝🏻 1