1 comment (1 comment)1 reaction (1 reaction)0 assignees (0 assignees)TypeScript1,122 forks (1,122 forks)batch import
docsenhancementhelp wanted
Repository metrics
- Stars
- 8,099 stars (8,099 stars)
- PR merge metrics
- Avg merge 1d 5h (Avg merge 1d 5h)2 merged PRs in 30d (2 merged PRs in 30d)
Description
Maybe we could output all the icons in JSON, add a "Load More" button and load on click.
Currently we just have too many DOM elements and this will just keep increasing. Another way would be to look into using a JS plugin for this and just split the homepage in subpages like https://infinite-scroll.com/demo/full-page/
Contributor guide
- Research direction
- Examine the current homepage code to understand how icons are rendered, then research infinite scroll or pagination plugins (e.g., infinite scroll.com) and implement a 'Load More' button or pagination to reduce DOM elements.
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Prerequisites
- GitJavaScript