You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This guide explains how to use the on-demand loading feature in watermark-js-plus to optimize your application's performance by only loading the components you need.
9
+
10
+
## NPM
11
+
12
+
When using npm, you can import specific components directly to reduce bundle size
- Reduced Bundle Size : Only load the components you actually use
27
+
- Improved Performance : Smaller JavaScript payloads lead to faster page loads
28
+
- Better User Experience : Quicker initial rendering and interaction
29
+
- Lower Network Usage : Especially beneficial for users on limited data plans
30
+
31
+
On-demand loading is particularly useful for large applications where you might only need specific watermark functionality in certain parts of your application.
0 commit comments