Skip to content

Commit

Permalink
chore: modify readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vikiboss committed Apr 15, 2024
1 parent 0febd99 commit 5514a3e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,7 @@

> ⚛️ Reactive is a state management library for JavaScript applications, offering many features that make it both easy to use and powerful.
- **🧩 Flexible**: Want to change store state? Just [mutate](/reference/api#mutate) it anywhere you want.
- **😊 User-Friendly**: Cover over 80% of the use cases with [create](/reference/api#create) method.
- **⚡️ Optimized Performance**: Leverages [Proxy API](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy) to provide the best performance.
- **🏄 Unopinionated**: Works well both in [React](https://react.dev/) and Vanilla JS.
- **🦄 TypeScript**: Written in [TypeScript](https://www.typescriptlang.org/), fully typed, better DX.
- **🛠️ DevTools Integration**: Out-of-the-box [Redux DevTools](https://github.com/reduxjs/redux-devtools#redux-devtools) compatibility.

Head over to the [documentation](https://sheinsight.github.io/reactive) for more information.
Head to the [documentation](https://sheinsight.github.io/reactive) for more information.

## Online Example

Expand Down

0 comments on commit 5514a3e

Please sign in to comment.