Skip to content
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

Alternative way to preload async chunks #7

Open
mmazzarolo opened this issue Aug 16, 2024 · 1 comment
Open

Alternative way to preload async chunks #7

mmazzarolo opened this issue Aug 16, 2024 · 1 comment

Comments

@mmazzarolo
Copy link

mmazzarolo commented Aug 16, 2024

Hey there! Not really an issue, I just didn't know how to share it with you. I wrote a blog post around an alternative way to preload async chunks (compared to the one used in this repo where you concatenate the chunk string) and I think you might found it helpful! https://mmazzarolo.com/blog/2024-08-13-async-chunk-preloading-on-load/

By the way, big fan of your work! I implemented most of the things mentioned here a few times in my previous jobs, and I always wanted to create a project similar to the one shared in this repo... but you surely did it in a nicer way than I would have done it :p keep up the great work!

@theninthsky
Copy link
Owner

theninthsky commented Aug 20, 2024

@mmazzarolo
Thanks! I'll take a look at that.

Edit: a very thorough work indeed. Excellent job👌🏻

I'm about to push another big optimization I've been working on, you can take a look at it here if you are interested:

https://github.com/theninthsky/client-side-rendering/tree/dynamic-source-inlining

https://dynamic-source-inlining.client-side-rendering.pages.dev/

Edit: the work is done and was merged to the main branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants