
Announcements
Hi All,
Thanks for reading my post.
We're doing configuration of 'Dynamics 365 Portal' for a client and we're bit confused where to maintain all of our JavaScript as per Best Practice?
At the moment, we have 3 viable options:-
Which approach are you guys inclined to? Or what is the Best Practice for a JavaScript based on performance & maintainability?
Thanks for your time.
It is challenging point to design. It regards to many matters.
- How amount of logics will be shared by pages/portals.
- How many portals or pages share the common script (all pages will load same script file, it means all pages will have same overhead to load or initial process).
- Change cycle of the common script file and pages/portals.
In my few experience, I have never seen a common big script file. Because custom script is not big and depends on each page.