dataall
dataall copied to clipboard
Frontend: reuse common functions
Is your idea related to a problem? Please describe. Branched from https://github.com/data-dot-all/dataall/pull/1444#discussion_r1704507144
Describe the solution you'd like Refactor frontend:
- [ ] Define commonly used functions as shared components/files. E.g.
handleInputKeyup
,handleInputChange
,handlePageChange
...etc - [ ] Reuse these functions in frontend code
P.S. Don't attach files. Please, prefer add code snippets directly in the message body.