I have question regarding effect/match and effect/schema
Those are libraries that replace some well know and very good/strong libraries already present in the TS ecosystem
- TS-pattern
- zod
Are they (match and schema) real replacements? Shouldn’t we wrap zod and TS-pattern no make them effectfull?
What is the community stance here? Should I choose schema over zod ?