Hello! What is the best way for editing tree like ...
# compose
p
Hello! What is the best way for editing tree like data with sub composables and data validation? With possabiliy to allow to save data only if alll nodes are valid.
z
Most of those things don’t sound like compose problems, e.g. how to validate data is a much more general thing that depends on your app’s architecture.