effect
effect copied to clipboard
Build production-ready applications in TypeScript
Since logging can slow down an application quite significantly it would be nice to have a built-in logger implementation that doesn't log immediately but batches the log statements and logs...
**Is your feature request related to a problem? Please describe.** `flip` from `@effect-ts/core/Function` should preserve the currying nature of the Effect-TS API. **Describe the solution you'd like** If TS can...
Would be great if we could add an `examples/*` folder to the mono-repo structure to show case some different way of using Effect e.g. - Using Effect in a React...
It's a common use case to do HTTP requests (e.g. via fetch). We should provide a universal (or multiple platform-specific) modules for `fetch`. Ideally also with Otel support (see [this...
Similar to the [`@effect-ts/node/FileSystem`](https://github.com/Effect-TS/node/tree/master/packages/node/src/FileSystem), @mikearnaldi suggested the idea to introduce a more universal FS module that could also be used else where e.g. in the browser (see [this project](https://github.com/GoogleChromeLabs/browser-fs-access)) or...
In some use cases it's nice to use in-memory DBs like [LMDB](https://github.com/DoctorEvidence/lmdb-js) or in order to build more performant/memory-efficient applications. It would be great if there was a Effect integration...
Since the time we implemented HKTs we found a new encoding that doesn't require having a central registry of URIs and that should have far better performances while allowing for...
All the "effect" modules should support the same exit value with a full `Cause` for error and should support tracing.
We have a problem with auto-reload and ressource release. For example with NextJs and Prisma Client, when NextJs reloads, there's no way for Managed to be run. On the Prisma...
 Context from Discord: