In the given example we have only one component as Teaser. But in real sceneriose we will have multiple pages with deffierent Components.
How will client.js differentiate which components are realted to a particular page?
Do we have to import all the components in client.js? If so, What would be the strategy for bundling the components?
In the given example we have only one component as Teaser. But in real sceneriose we will have multiple pages with deffierent Components.
How will client.js differentiate which components are realted to a particular page?
Do we have to import all the components in client.js? If so, What would be the strategy for bundling the components?