An open API service indexing awesome lists of open source software.

https://github.com/nickytonline/stream-for-effect

This is the source code from the livestream with Michael Arnaldi, the creator of Effect
https://github.com/nickytonline/stream-for-effect

Last synced: over 1 year ago
JSON representation

This is the source code from the livestream with Michael Arnaldi, the creator of Effect

Awesome Lists containing this project

README

          

# Welcome

Effect is a powerful TypeScript library designed to help developers easily create complex, synchronous, and asynchronous programs. Michael Arnaldi, Creator of Effect, joins Nick Taylor to discuss the project. This repository contains some of the examples built out on nickyt.live.

## Watch the episode

[![Watch the episode](https://img.youtube.com/vi/tDBSYKk9Hqs/maxresdefault.jpg)](https://youtube.com/live/tDBSYKk9Hqs)

## Links
- [Effect website](https://effect.website)
- [Effect YouTube channel]( https://youtube.com/@effect-ts)
- [Effectful Techologies website](https://www.effectful.co)
- [Effect Discord](https://discord.gg/effect-ts)
- [Michael's Twitch channel](https://twitch.tv/MikeArnaldi)
- [Michael on Twitter/X](https://twitter.com/MichaelArnaldi)
- [Repository for the code demos we did on the live stream](https://github.com/nickytonline/stream-for-effect)
- [React Server Components and Effect in Next.js](https://github.com/mikearnaldi/next-effect)

## Run the Examples

1. Install the dependencies.

```bash
npm install
```

2. Run an example, e.g.:

```bash
npx tsx src/effect-demo.ts
```