Implementation of a virtualized draggable list with dynamic height.
Link: react-virtualized-list
Bundle Analyzer: bundle-sizes
$ npm install
$ npm start
# Or
$ yarn
$ yarn start
- 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).