mendixlabs / mendix-tree-table

Mendix Tree Table (Mendix 8, React based, Webmodeler compatible)
https://appstore.home.mendix.com/link/app/111095/
Other
3 stars 5 forks source link

State management #1

Closed JelteMX closed 4 years ago

JelteMX commented 4 years ago

As this widget is getting more complicated and there are some issues with the async nature of setState, I will investigate improving state management. Probably best to use mobx to do it

JelteMX commented 4 years ago

Investigated, but this might not be necessary. Only when this is getting too complex, we should do state management using a separate library