Basically, every time i load the page only loads the HTML, and doesn't work with CSS or JS.
This happens during the hydration period of next.js
So, I looked for ways to better deal with hydration, I even found components that solve this, but I would like not to install third-party components, for performance reasons.
Can i solve this with a simple solution?
Example: https://imgur.com/a/HGxlqqd