rickyraz / effect-crashcourse

The practical guide I wish existed while learning @effect-ts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The practical guide I wish existed while learning @Effect-TS

This guide explores some concepts from the new version of Effect, and is written from the point of view of a casual fp-ts 2 user.

Usage

Start reading from 001-basic.ts!

Local environment

  1. Install the packages in package.json with the package manager of your choice. (e.g. npm install)
  2. Any file in this project can be run with the run-file script in package.json (e.g. npm run run-file 001-basic.ts or yarn run-file 001-basic.ts). You may also use tsx directly (npx tsx 001-basic.ts).

Web-based environment

Open in StackBlitz

Questions?

Feel free to open an issue with ideas for improvement, questions, or contributions.

Contributors

Feel free to open a PR to improve the content.

About

The practical guide I wish existed while learning @effect-ts


Languages

Language:TypeScript 100.0%