📄️ Introduction
NestFlux provides lots of utilities that help during the development of the project. This general guide helps developers understand how to use them correctly.
📄️ Defining endpoints & DTOs
NestFlux provides a type-safe way of transferring data between the client and the server via HTTP. This means TypeScript will only allow requests to existing endpoints. Also, DTOs will be automatically applied and validated. This can avoid bad typings errors that might be noticed after deployment.