Skip to content

0.1.7

Compare
Choose a tag to compare
@iNerdStack iNerdStack released this 22 Mar 12:11
· 40 commits to main since this release

What's New

  • Introduced a stable release, enhancing overall stability and performance.
  • Added keyExtractor functionality for more efficient item rendering and updates.
  • Introduced onEndReached and onThreshold logic to FlexGrid and ResponsiveGrid, allowing callback function for loading more data as the user scrolls.
  • Refined documentation for both FlexGrid and ResponsiveGrid, including clear guidelines for keyExtractor and onEndReached logic.

Breaking Changes

  • The renderItem function for both FlexGrid and ResponsiveGrid components has been updated to use destructured parameters. The previous function (item, index) => void has been updated to ({item, index}) => void.
    This update is aimed at improving code readability and consistency with common React patterns.