Hi guys,
Im considering Component as mean to replace jQuery plugins with custom made components, but not necessarily jQuery itself. Im also working with a traditional application, which loads js resources based on the view / features requested by the user. This is not a Single Page Application.
By reading the documentation, I get a bit confused on how can I use Component to that effect, I mean:
- How can I build components into separate files
- If previous point possible, is there any weight impact? Is is avoidable?
- How about sourcemaps, is it feasible in this scenario?
Thanks in advance for any insights you might be able to share on this.
Cheers.