DEV Community

Discussion on: TypeScript Gotchas

Collapse
 
edbentley profile image
Ed Bentley

Those look like great options too, though I haven't tried them myself. The io-ts API has worked well for me so I've stuck to it. Whether to use fp-ts or not would need another blog post to discuss! Generally I don't let the fp-ts types like Either propagate to the rest of my code, but it's really up to whatever you prefer.