-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feat]: Loader Component #222
Comments
can I take this up ? |
As a beginner, I want to contribute but I am not able to find the issue. |
@WaderManasi are you still working on this Or we should assign this to someone else. |
Yeah I am working, due to exams there was delay in work. |
@WaderManasi Any Update? |
Yes! @shashankmotruri |
Inorder to reduce the initial loading time of website, lazy loading can be implemented.
Solution -
Render the components only when the user requests for it.
(initial loading time will get reduced)
Also, we can add styled react loaders
I wish to contribute on this issue being part of gssoc'21 .
The text was updated successfully, but these errors were encountered: