You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-10Lines changed: 7 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,9 +35,6 @@ Ensemble is a frontend framework for building complex applications using the act
35
35
36
36
Ensemble is an experiment framework for folks who have run into compositional/multi-threading challenges with traditional frameworks and tools. If you're building a typical CRUD app or small-to-medium application, established patterns and tools likely serve you better. This framework is designed for teams working on large-scale or innovative frontends where maintaining development velocity as complexity grows becomes a primary concern.
37
37
38
-
## Project Status
39
-
40
-
**Version:** 0.1.0 (Initial Release)
41
38
**Status:** ⚠️ Experimental - APIs may change
42
39
43
40
Ensemble is a new framework actively being developed. While the core concepts are solid and the implementation is functional, you should expect:
@@ -113,13 +110,13 @@ function Counter() {
113
110
114
111
Ensemble is a monorepo with multiple packages:
115
112
116
-
| Package |Version |Description |
117
-
|---------|---------|-------------|
118
-
|[@d-buckner/ensemble-core](./packages/core)|0.1.0 |Core actor framework with threading support |
119
-
|[@d-buckner/ensemble-react](./packages/react)|0.1.0 |React hooks and bindings |
120
-
|[@d-buckner/ensemble-solidjs](./packages/solidjs)|0.1.0 |SolidJS primitives and bindings |
121
-
|[@d-buckner/ensemble-vite-plugin](./packages/vite-plugin)|0.1.0 |Vite plugin for Web Worker threading |
122
-
|[@d-buckner/ensemble-collaboration](./packages/collaboration)|0.1.0 |Real-time collaboration with Automerge CRDTs |
113
+
| Package | Description |
114
+
|---------|-------------|
115
+
|[@d-buckner/ensemble-core](./packages/core)| Core actor framework with threading support |
116
+
|[@d-buckner/ensemble-react](./packages/react)| React hooks and bindings |
117
+
|[@d-buckner/ensemble-solidjs](./packages/solidjs)| SolidJS primitives and bindings |
118
+
|[@d-buckner/ensemble-vite-plugin](./packages/vite-plugin)| Vite plugin for Web Worker threading |
119
+
|[@d-buckner/ensemble-collaboration](./packages/collaboration)| Real-time collaboration with Automerge CRDTs |
123
120
124
121
## The Challenge
125
122
For large-scale and innovative frontends, some fundamental architectural challenges can impact developer velocity:
0 commit comments