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
replace class-validator and class-transformer to declare DTOs used for validation
replace nests-swagger the same interface created for Typia can also be inferred to generate API properties and response can be generated by Nestia TypedRoute
This results in classes containing fewer decorators and more performant validation steps.
I already successfully tested Nestia integration in this app.
They both seem great candidates to :
class-validator
andclass-transformer
to declare DTOs used for validationnests-swagger
the same interface created for Typia can also be inferred to generate API properties and response can be generated by NestiaTypedRoute
This results in classes containing fewer decorators and more performant validation steps.
I already successfully tested Nestia integration in this app.
References
The text was updated successfully, but these errors were encountered: