Unnecessary rendering
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?
there's probably a way, but I'm sorry I'm not maintaining this project anymore. if you want to maintain a fork I can send people to you! lmk
Thanks for the answer, but I'm still learning the stack it's not yet time for managing a fork :)
alright. as a pointer, the problem could be located here https://github.com/sw-yx/jamstack-hackathon-starter/blob/master/src/app/components/PrivateRoute.js i dont know how to fix it though
Thanks. In the end I'm satisfied with using gatsby for the static pages and create-react-app in a subfolder for the app