Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 828 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 828 Bytes

React Virtualized List

Implementation of a virtualized draggable list with dynamic height.

Link: react-virtualized-list

Bundle Analyzer: bundle-sizes

Install

$ npm install
$ npm start
# Or
$ yarn
$ yarn start

What needs to be improved

  • Enhance UX and UI.
  • Improve responsiveness.
  • Add dark mode theme.
  • Add Error Boundary.
  • Add Polyfills to support old browsers (targeting specific browsers).
  • Ajust scroll position (should be placed outside the list items).
  • Improve accessibility.
  • Improve base components (make them more reusable).
  • Externalize Dependencies to be Loaded via CDN.
  • Add tests (Jest and React Testing Library).