-
-
Notifications
You must be signed in to change notification settings - Fork 408
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
Implement React Code Splitting to improve page loadtime #407
Comments
After this, I can put a documentation on describing the file structure of this project's current file structure. But, first this Issue's PR is a must to support the documentation. |
You want to use webpck rollup and Browserify in this too? |
Sure you can impove the current structure |
No, actually I dont know about these three. I will look into it. |
okay go ahead |
Use Docusaurus or MkDocs for documentation |
@ashuvssut This is a great thing to incorporate into our project |
refer here to react code splitting examples.
In Code splitting User only downloads the files related to the page he is visiting instead of loading the entire site's files.
It improves loadtime in react
Right now this app has just one page. so code splitting is not required. But, I will implement code splitting so that in future contributors can add pages that will have this code splitting.
I want to work on this feature. Please assign me this.
--(DWoC and SWoC Participant)
The text was updated successfully, but these errors were encountered: