Array of arrays state best practices pattern? #183
-
I'm currently working on a web-based video editor and I'm seeking some advice on how to best model the timeline state. In this editor, users can work with different types of tracks such as video, audio, and text tracks. Each track type has a set of clips that define specific segments within each track. I tried to use |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I think you can use another inner |
Beta Was this translation helpful? Give feedback.
I think you can use another inner
vanX.list
for the array of clips.