Manuel Salinardiblog.manuelsalinardi.dev·Jun 28, 2024Fastify: Type safe with Type-ProvidersIn this article we will see how to automatically type Fastify routes via the JSON schema, using the Type-Provider: TypeBox. click here to read the article in italian language Pre-requirements Node.js v20.13.1 What are Type-Providers? Documentation:...1 like·40 readsfastify
Manuel Salinardiblog.manuelsalinardi.it·Jun 28, 2024Fastify: Type safe con i Type-ProvidersClick here to read the article in english language Pre requisiti Node.js v20.13.1 Cosa sono i Type-Providers Documentazione: Type-Providers I Type-Providers sono una feature solo per i progetti Fastify che utilizzano Typescript come linguaggio. Ci s...FastifyTypebox