Getting Started
🚧
Effect's docs are still very much a work in progress!
Installation
The Effect ecosystem modules live under @effect/*
. We also plan to re-export the most common modules under the effect
package so you can install that directly.
bash
npm install @effect/ionpm install @effect/data
bash
npm install @effect/ionpm install @effect/data
You can find the full list on GitHub.
Start Reading
If you'd like to read more about Effect, start reading through the Core Concepts
Reference
To see the full API reference docs, check out the API Reference
External
You can also connect with the Effect community on Discord or check out our GitHub for more.