wcj3 / ReactDataTables

React table component inspired by https://uxdesign.cc/design-better-data-tables-4ecc99d23356
0 stars 0 forks source link

Break table logic into separate components #3

Open wcj3 opened 7 years ago

wcj3 commented 7 years ago

Prototype contains a bunch of logic which could be separated out. This would improve readability and make it easy for future devs to contribute.

wcj3 commented 7 years ago

Components should contain single responsibility i.e. https://facebook.github.io/react/docs/thinking-in-react.html

wcj3 commented 7 years ago

Most logic has been separated but could use additional refactoring