New blog post! "A gentle introduction to Effect TS". I've been using the Effect library (https://effect.website/) in a #typescript project for a little while now. It's extremely powerful and consistent enough that the API becomes easier as you go along - but it also has an initial learning curve like a brick wall unless you happen to be the type of person who's done type level programming in TS and also worked in #scala or #haskell .
Here I try and bridge the gap: https://blog.mavnn.co.uk/2024/09/16/intro_to_effect_ts.html
Effect is a powerful TypeScript library designed to…
effect.website