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
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156