dxinteractive / dendriform

Build performant, reactive data-editing UIs for React.js. Succinct code, observable state, undo & redo included!
MIT License
7 stars 3 forks source link

Idea: collection, which can derive to each other with restrict / cascade type behaviour #52

Closed dxinteractive closed 2 years ago

dxinteractive commented 2 years ago

Holding off on this until I see if the userland code gets out of hand or not, and if the solution is genericisable or not. It might be that a pre-made collection is less useful than just diy-ing exactly what you need each time.

dxinteractive commented 2 years ago

Have tried building some use cases without this, there is not enough commonality to make this useful. Having a Dendriform<Map<number, Item>> where any adds increment a counter is enough.