An open API service indexing awesome lists of open source software.

https://github.com/ujas-dev/free-books


https://github.com/ujas-dev/free-books

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# free-books

Key Performance Improvements
Critical CSS Inlining: Essential styles loaded immediately
Resource Preloading: PDF.js worker preloaded
Lazy Loading: PDF cards fade in progressively
Debounced Search: Reduces unnecessary re-renders
Optimized Rendering: Only renders visible page items
Deferred Scripts: Non-critical JavaScript loaded after DOM

Critical CSS inlined for fast initial render
Resource preloading for essential assets
Debounced event handlers to prevent performance issues
Efficient DOM updates with minimal re-renders
Lazy loading simulation for better perceived performance