effect
effect copied to clipboard
Add `examples` folder to mono-repo structure
Would be great if we could add an examples/* folder to the mono-repo structure to show case some different way of using Effect e.g.
- Using Effect in a React app
- What a testing setup looks like e.g. with Vitest (see #1063)
- ...