fastify-type-provider-typebox

A Type Provider for Typebox (by fastify)

Fastify-type-provider-typebox Alternatives

Similar projects and alternatives to fastify-type-provider-typebox

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better fastify-type-provider-typebox alternative or higher similarity.

fastify-type-provider-typebox reviews and mentions

Posts with mentions or reviews of fastify-type-provider-typebox. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-16.
  • Fastify: Support for Auto Type Inference (similar to TRPC)
    6 projects | /r/typescript | 16 Feb 2023
  • Using Rust at a startup: A cautionary tale
    4 projects | news.ycombinator.com | 3 Dec 2022
    My experience is that it's fine(tm). "JavaScript on server-side" does not bother me; V8 owns bones. None of my debugging output includes JS lines because I pack source maps, which TypeScript happily includes.

    Multi-threading isn't complex, because there isn't multi-threading. There's coprocessing via Promises, and there indeed are a lot of Node developers who think you don't need locking functionality because it's not multi-threaded (there was an absolutely bonkers discussion a few years ago where a JS developer insisted you didn't need locks), but whatever, they think that about other languages too, use async-lock or whatever.

    "Maturity" is a word that means different things to different people. There is not a consensus-best-choice framework like Spring Boot in Node. But the tools are there and they're excellent (Python is similar, FWIW--FastAPI is the closest thing to a right answer that I think I've ever used, I wish I liked Python more because that owns). Fastify is perhaps The Best web framework I've ever used, and it has only gotten better with v4 allowing you to engage with type providers to create an end-to-end, automatically typechecked route declaration framework. It lets you do stuff like this, where you specify a request schema as JSON Schema (encoded via typebox) and it'll statically derive the TypeScript type for you whilst also using it for request schema validation:

    https://github.com/fastify/fastify-type-provider-typebox#exa...

    The tools are there. You do have to wire them together. There's value in that, for the way I write code and the stuff I enjoy building.

    Overall, I'll trade some compilation niceties and even some (but to be frank, not much) performance for a vastly better language in day-to-day use. I really like the JVM. I've been using it professionally for twelve years. I also like the CLR. I did Google Summer of Code for the Mono Project in 2008, I've been around. But the day-to-day of writing code in the dominant languages on those platforms for things other than CRUD does frustrate me, and the difficulty of using the type system to effectively encode intent makes it much harder for me to write software that can guide other people to not misuse it.

    (If I ever wrote something at extragalactic scale, yeah, sure, whatever, I'd rewrite hot paths in something else. But I absolutely don't care about that.)

  • Rate my Repo for code readability and ability to write production level code
    3 projects | /r/typescript | 12 Nov 2022
    Checkout https://github.com/fastify/fastify-type-provider-typebox or https://github.com/fastify/fastify-type-provider-json-schema-to-ts for a better TS experience also.
  • A note from our sponsor - SurveyJS
    surveyjs.io | 30 Apr 2024
    With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js. Learn more →

Stats

Basic fastify-type-provider-typebox repo stats
3
134
6.9
8 days ago

Sponsored
The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com