Thank you for the boilerplate starter, that's really what I was looking for.
I just have an issue:
when I navigate inside the client rendering app all the app is rendered each time, not only the component page. (I checked this simply with a console.log in the app component)
I would like to avoid this for performance reasons; is there a way?
Thank you for the boilerplate starter, that's really what I was looking for.
I just have an issue:
when I navigate inside the client rendering app all the app is rendered each time, not only the component page. (I checked this simply with a console.log in the app component)
I would like to avoid this for performance reasons; is there a way?