Open jHabjanMXP opened 1 month ago
Interesting. Could you show full sample? Also not sure if it is library resposinbility since this part is manual for anyone. Of course probable in latest blazor it is not de facto.
I don't want to include js script in index.html as I'm using google maps only later in the app and I want my initial load time to be small - I don't want script evaluation to take CPU time.
https://stackoverflow.com/a/67536500/5909875
functions need to be exported for this module to use them though, And in order for module to access other javascript files, you need to import them directly in js file
Does it have any meaningful impact? Whats it the main motivation? Google maps Maps js are not loaded while you navigate to page
Motivation - reduce initial load of js files (reduce network bandwidth and script evaluation)
Do you metrics? I doubt that 40kb file has any impact. Maybe in other big libraries scenarios. Dont get me wrong i am not against it. Especially flexible implementation.
Hey,
Is there an option to load objectManager.js only when it's needed?