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.
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.