Support Immutable's List with ListDataprovider, ListBaseDataProvider#499
Support Immutable's List with ListDataprovider, ListBaseDataProvider#499black7375 wants to merge 4 commits intoFlipkart:masterfrom
Conversation
|
What do you think about using generic instead of any type? https://www.typescriptlang.org/docs/handbook/generics.html#hello-world-of-generics
Generic can be guaranteed to be of the same type. I think it's better, but I'm not sure that the maintainer will accept the PR, so I followed the existing API. |
Made to support
List<T>type of Immutable.js. #498(See ListDataProvider, ListBaseDataProvider)
https://github.com/black7375/recyclerlistview/blob/master/src/core/dependencies/DataProvider.ts
Precautions
https://github.com/Flipkart/recyclerlistview/pull/499/files#diff-de8ee544b9fe5ac8d794f86643eebbdcR675