pupudu / window-table

Windowing Table for React based on React Window
https://window-table.netlify.com/
170 stars 13 forks source link

refactor: Move Measurer component and the state reducer to its own module #14

Closed pupudu closed 5 years ago

vercel[bot] commented 5 years ago

This pull request is automatically deployed with Now. To access deployments, click Details below or on the icon next to each push.

Latest deployment for this branch: https://window-table-git-split-measurers.dodan.now.sh

pupudu commented 5 years ago

The issue #10 is about moving the measuring sample code itself. This PR moves only the base measurer and the dependencies. The code already looks cleaner.

Whether we should move the sample code itself is a question. We should probably move the header measurer out from the Header component anyway.