Add @effect-view/vite-plugin for Vite Fast Refresh support.
Add an Effect v4 example application covering the new APIs.
Expand test coverage for both the existing and next-generation packages.
Replace the starter Docusaurus content with complete Effect View documentation while preserving the Effect v3 docs as a versioned snapshot.
Update the landing page, navigation, package scripts, and build output.
Extend CI with linting, tests, package builds, Docker builds, and container publishing.
Validation
bun lint:tsc
bun lint:biome
bun test
bun run build
bun pack
Docker image build
## Summary
- Add `effect-fc-next`, a React 19 integration targeting Effect v4 beta.
- Introduce component lifecycles, scoped resources, queries, mutations, forms, lenses, views, and refreshable components.
- Add `@effect-view/vite-plugin` for Vite Fast Refresh support.
- Add an Effect v4 example application covering the new APIs.
- Expand test coverage for both the existing and next-generation packages.
- Replace the starter Docusaurus content with complete Effect View documentation while preserving the Effect v3 docs as a versioned snapshot.
- Update the landing page, navigation, package scripts, and build output.
- Extend CI with linting, tests, package builds, Docker builds, and container publishing.
## Validation
- `bun lint:tsc`
- `bun lint:biome`
- `bun test`
- `bun run build`
- `bun pack`
- Docker image build
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
effect-fc-next, a React 19 integration targeting Effect v4 beta.@effect-view/vite-pluginfor Vite Fast Refresh support.Validation
bun lint:tscbun lint:biomebun testbun run buildbun packNextto Add Effect v4 support, Fast Refresh tooling, and revamped docs