Skip to content

Commit

Permalink
docs(readme): update
Browse files Browse the repository at this point in the history
  • Loading branch information
unadlib committed Dec 22, 2024
1 parent caf7f41 commit 5524f1f
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,16 +111,18 @@ While standard Coaction achieves approximately 5,272 (ops/sec) and standard Zust

Coaction's design philosophy is to provide a necessary and sufficiently simple API, making it easy for developers to use. Therefore, Coaction inherits the advantages of Zustand's API design and includes built-in support for features that Zustand does not offer.

| | `coaction` | Zustand |
| --------------------------------- | ---------- | ------- |
| Built-in multithreading |||
| Support getter accessor |||
| Built-in computed properties |||
| Built-in namespace Slice |||
| Built-in auto selector for state |||
| Built-in multiple stores selector |||
| Easy to implement middleware |||
| Support `this` in getter/action |||
| | Coaction | Zustand |
| --------------------------------- | -------- | ------- |
| Built-in multithreading |||
| Support getter accessor |||
| Built-in computed properties |||
| Built-in namespace Slice |||
| Built-in auto selector for state |||
| Built-in multiple stores selector |||
| Easy to implement middleware |||
| Support `this` in getter/action |||

> Some of these features may already have corresponding solutions in the Zustand community; however, Coaction opts for a more unified and streamlined API, better suited to the development needs of modern web applications.
## Installation

Expand Down

0 comments on commit 5524f1f

Please sign in to comment.