Open Xapu1337 opened 3 years ago
Hey, how can i use async in express.js views? im unable to find an option to enable async with "res.render" i also don't know how i can implement renderFile with my current structure.
(Please ignore any grammar errors. im sorry for them)
There's option async. See the answers to this question for examples.
async
Hey, how can i use async in express.js views? im unable to find an option to enable async with "res.render" i also don't know how i can implement renderFile with my current structure.