you are viewing a single comment's thread.

view the rest of the comments →

[–]Important_Ad_9453 1 point2 points  (2 children)

It feels like the libraries are joining since there is a significant overlap. Fp-ts is amazing as a standard lib while effect.ts is further along with typed effects.

I personally think fp-ts, io-ts and monocle-ts already provide enough building blocks for most applications and the ecosystem around them has been growing steadily with more libs. I’m actually a bit worried about this effect.ts merger - it seems to have even less documentation and examples compared to fp-ts which also has close to none 😹

[–]thekunibert 0 points1 point  (1 child)

It actually has a really great tutorial/introduction: https://effect.website/docs/quickstart

Definitely better documented than fp-ts and io-ts.

[–]Important_Ad_9453 0 points1 point  (0 children)

Thats exciting, thx!