flexyford / impagination

A lazy data layer for your paged records
102 stars 7 forks source link

nextState looks abnormal #47

Open brianlaw033 opened 6 years ago

brianlaw033 commented 6 years ago

screen shot 2017-11-23 at 6 25 25 pm

is this Normal? cos the content of each page is repeated in eachItem.page.data and also _records that means every item is at least 10X larger(since my pageSize is 5)

cowboyd commented 6 years ago

the page attribute is shared by each record, so it's the same object.