Rather than simultaneously maintain four implementations of the dual list selector:
- dynamic list style dual list selector
- dynamic tree style dual list selector
- composable list style dual list selector
- composable tree style dual list selector
We should instead only be maintaining one. All four types of the dual list selector should be able to be implemented using the composable tree building blocks.
We could still also export an additional implementation, which will compose the most basic list and tree styles automatically. Almost like exportable demos.
Be sure the next implementation addresses the following issues:
Rather than simultaneously maintain four implementations of the dual list selector:
We should instead only be maintaining one. All four types of the dual list selector should be able to be implemented using the composable tree building blocks.
We could still also export an additional implementation, which will compose the most basic list and tree styles automatically. Almost like exportable demos.
Be sure the next implementation addresses the following issues: