v0.3.3
: API Stability Milestone, New Documentation, and New Examples
#9
kennyfrc
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
Happy to share that we've reached a milestone where we're at the point where the API is mostly stable, and we're now working on fleshing out the documentation and adding some tests as the final steps before
v1.0.0
.You can view the documentation, API Reference, and examples at our new site: camijs.com.
One major change is our vastly simpler API. If you're familiar with React, Solidjs, or Vue, you don't need to define
setState()
,reactive()
, orsignal()
anymore. Cami simply initializes all primitives, objects, and arrays as observables. And when you mutate these observables, it automatically updates the UI.Counter Example:
Learn by Example
While the foundation is simple, the library can go in depth and Cami has solutions for state management (both server & client state), asynchronous data streams, optimistic UI, and more.
You can go through these examples to learn more:
I hope you find the library useful for your projects.
Beta Was this translation helpful? Give feedback.
All reactions