Posts by Paulo César • 1 point
2 posts
-
0
votes1
answer9
viewsA: How to make Nextjs not return props before getStaticProps has completed all requests (Promises)?
Well, after a good night’s sleep waking up every 30 minutes with the same question in mind, I decided to return use the firebase callback just to process the data and did the part of rescuing the…
-
-1
votes1
answer9
viewsQ: How to make Nextjs not return props before getStaticProps has completed all requests (Promises)?
Within the function getStaticProps I take some data from the database and perform in them some treatments to suit the way I will use them. Everything happens exactly as it should, except that…