daxus
daxus copied to clipboard
use accessor creator to get the array of the data when using `model.getState`
Currently model.getState only accept an accessor instance to get the state, it is better if we can allow developers to get all the data corresponding to the accessor creator.
This issue should be handled after I finish the streaming rendering stuff.