Alex Ngo

Results 3 comments of Alex Ngo

Here is what one of the stores looks like ``` import { types } from 'mobx-state-tree'; import debounce from 'lodash-es/debounce'; export const UiStore = types .model('UiStore', { windowDimensions: types.optional( types.model('WindowDimensions',...

I'll try digging into it as well when I have a chance.

I noticed with really large page counts, this component gets very slow. Were you able to find any workaround?