Looking for Effect TypeScript Best Practices Resources
Is there a resource with effect best practices? I am finding tiny bits like: this tutorial that says that the
However that isn't the style you find in the docs, the docs are just examples though so maybe this is the effect best practices?
Although the
There are so many other components of effect I can't find anything for. The effect docs have a short code style section but that doesn't have much in it. Is there someplace I should be looking for best practices?
typeof make and Dep.Live is common https://www.typeonce.dev/course/effect-beginners-complete-getting-started/layers/effect-service-service-and-layer-all-in-oneHowever that isn't the style you find in the docs, the docs are just examples though so maybe this is the effect best practices?
Although the
typeof make isn't in the official effect examples https://github.com/Effect-TS/examplesThere are so many other components of effect I can't find anything for. The effect docs have a short code style section but that doesn't have much in it. Is there someplace I should be looking for best practices?
