11 lines
243 B
Markdown
11 lines
243 B
Markdown
# Effect View Example
|
|
|
|
Minimal React example for `effect-view`, Effect V4, and `effect-lens@2`.
|
|
|
|
```bash
|
|
bun run dev
|
|
```
|
|
|
|
The counter demonstrates a V4 `SubscriptionRef` exposed as an Effect Lens and
|
|
rendered through an Effect View component.
|