Can the Browser & Notification components added to server side include Header be used by other components in the App structure?

If I add the Browser and Notification components only once per page, by including it in the header (server side include), can I “reuse” these components throughout the app structure or shall I add to the app structure its own Browser and Notification components?

If you put their js includes and the components blocks, then you can reuse them on all your pages.

1 Like