You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi, isn't making classes via the validation middleware costly - reallocating memory to the req.body object into a class and than again creating a model class for insertion...
isn't there a way to work with the req.body object directly - what is the advantage here ?
thanks.
The text was updated successfully, but these errors were encountered:
hi, isn't making classes via the validation middleware costly - reallocating memory to the req.body object into a class and than again creating a model class for insertion...
isn't there a way to work with the req.body object directly - what is the advantage here ?
thanks.
The text was updated successfully, but these errors were encountered: