Client Side Loading
Last updated
Was this helpful?
Last updated
Was this helpful?
All the namespaces are always loaded on the client side if no or clientNamespaces
are called on a page's server callback. In order to prevent that, you can use clientNamespaces
to only allow the client to load the specific namespaces given to the function.
You can use both or clientNamespaces
in the same page if necessary.