Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
electricmonk authored Sep 29, 2023
1 parent 6f766de commit 57faa50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ We chose typescript over other solutions (such as ELM, ReasonML or ClojureScript
Since the type system is compile-time only, we need some way to assert that the data we think we're parsing from Mongo / HTTP
actually complies to the schema we defined. Zod is a good TypeScript-first solution for schema management.

#### Fastify

Express is dated, its latest release in October 2022 (as of September 2023) and its API is not Typescript-friendly. Fastify supports Typescript out of the box, with Zod support for schema definition supported by a plugin.

#### React

#### Vite
Expand Down

0 comments on commit 57faa50

Please sign in to comment.