Skip to content
/ effect Public
forked from Effect-TS/effect

A fully-fledged functional effect system for TypeScript with a rich standard library

License

Notifications You must be signed in to change notification settings

rconjoe/effect

 
 

Repository files navigation

Effect

Welcome to Effect, a powerful TypeScript framework that provides a fully-fledged functional effect system with a rich standard library.

Requirements

  • TypeScript 5.0 or newer
  • The strict flag enabled in your tsconfig.json file
{
  // ...
  "compilerOptions": {
    // ...
    "strict": true,
  }
}

Documentation

For detailed information and usage examples, please visit the Effect website.

Intro Talk

Watch our introduction to Effect on YouTube:

Introduction to Effect

Get in touch

Join our community on Discord: https://discord.gg/hdt7t7jpvn

API Reference

For detailed information on the Effect API, please refer to our API Reference.

About

A fully-fledged functional effect system for TypeScript with a rich standard library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.3%
  • JavaScript 3.9%
  • Nix 0.8%