Hello,
I ask myself what is the best practice for using external JavaScript UI components on a webpage.
Should all JavaScripts / CSS / TTF and so on be packed into one solution or is it better to make them accessible on a web server?
Best regards
Hello,
I ask myself what is the best practice for using external JavaScript UI components on a webpage.
Should all JavaScripts / CSS / TTF and so on be packed into one solution or is it better to make them accessible on a web server?
Best regards
Thank you, I agree.
If these are external components that don't change (or would get a different version and url if they do change), then the deployment point is not an issue. Then it depends on whether you have cross-site issues. Providing that you can get around any cross-site issues, then in this scenario it would make sense to reference files on an external server
I understand what you mean and I would do it the same way.
But what is with librarys like jqwidgets. I think they have quite a few files that aren't necessarily small either.
This would inflate the solution accordingly.
And Breaking changes are not to be expected for such libraries.
To me the 2 main factors are:
Both of these would lead to be having all code in CRM as web components, and not on a separate server
Siv Sagar
149
Super User 2025 Season 1
Daivat Vartak (v-9d...
53
Super User 2025 Season 1
Vahid Ghafarpour
32
Super User 2025 Season 1