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
Zach Klippenstein (he/him) [MOD]
08/12/2021, 10:30 PM
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.