swagger-api / swagger-ui

Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.
https://swagger.io
Apache License 2.0
26.63k stars 8.96k forks source link

Implement Lazy Loading #10164

Open sp9324 opened 1 month ago

sp9324 commented 1 month ago

To implement lazy loading. this would enhance UI.

dandrok commented 1 month ago

Hello @sp9324, could you please provide more specific details about this issue? I'll work on solving it, but I need a bit more clarification. Thank you!

vatsal-afk commented 1 month ago

Hi @sp9324, it would be very helpful if you could provide more specific details regarding the issue. Thanks!

sp9324 commented 1 month ago

Lazy loading is basically done using a React library. It loads content of the website only when user scrolls down to that particular part of the page. Demo attached. demo

Supratim69 commented 1 month ago

can I pick this up?