Seeking resources for a full-stack application with Effect and advice on domain package dependencies
Hey y'all! Am trying to setup a full-stack application with Effect to play around with it a bit. I have a few questions:
- Are there any fully end-to-end resources that I could check out? Some sort of example, blog, or something of the sort that really covers things from every corner with Effect best practices?
- Should my "domain" package have a dependency on
Thanks a ton!
- Are there any fully end-to-end resources that I could check out? Some sort of example, blog, or something of the sort that really covers things from every corner with Effect best practices?
- Should my "domain" package have a dependency on
@effect/sql? i.e. does the package make sense as something for overall domain modeling, or should I use it to "translate" my domain model into SQL?Thanks a ton!
