sukovanej / effect

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

Home Page:https://www.effect.website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Introduction to Effect

To get started with Effect, watch our introductory video on YouTube. This video provides an overview of Effect and its key features, making it a great starting point for newcomers:

Introduction to Effect

Connect with Our Community

Join our vibrant community on Discord to interact with fellow developers, ask questions, and share your experiences. Here's the invite link to our Discord server: Join Effect's Discord Community.

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

https://www.effect.website


Languages

Language:TypeScript 99.9%Language:JavaScript 0.1%Language:Nix 0.0%