Reactjs – How to add a default loading state in SSR pages in Nextjs?
I am creating a Single Page Application on Nextjs 13, using the pages directory. I have exported a getServerSideProps() in one of the pages which passes some fetched data to the props. I found that the data fetching takes 2-3…