Posts by bisgod • 1 point
1 post
-
-1
votes1
answer24
viewsQ: Page loads without query finish - Nodejs + Mysql
I need the page to render only when the query returns some value, I tried to use Promise, async, await... but nothing seems to work, the page always renders and then the data is retrieved.…