Relative Content

Tag Archive for htmlcssnext.js

Why my CSS is not loading properly the first time?

The context is that I am building a NextJS WebApp. In this application, i have a component page which is going to be a pattern for other three pages, only changing the styles and some other minor things (that way, i’m passing props to it). The big problem is that i have a page which load this component, but it’s styling (css) doesn’t work immedialy, but when i refresh the page, i really don’t know what is happening