|
|
|
|
|
by ecuaflo
617 days ago
|
|
When there’s feature parity, what’s the next differentiator for you? For me, performance. Though I admit another important aspect is community adoption. If your 3rd-party dependency uses zod internally, well now you’re bundling in both, and the added network latency probably negates any performance improvement you were getting in a web app. That’s why I wish libraries would use something more generic that allows you to dependency-inject what you’re already using, like https://github.com/decs/typeschema |
|