Skip to content

Commit 4820fa9

Browse files
christianalfonigitbook-bot
authored andcommitted
GitBook: [v27] one page modified
1 parent 77be76f commit 4820fa9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ description: frictionless state management
44

55
# Overmind
66

7+
[![GitHub stars](https://img.shields.io/github/stars/cerebral/overmind.svg?style=social&label=Star&maxAge=2592000)](https://github.com/cerebral/overmind/stargazers/)
8+
79
> Web application development is about **defining**, **changing** and **consuming state** to produce a user experience. Overmind aims for a developer experience where that is all you focus on, reducing the orchestration of state management to a minimum. Making you a **happier** and more **productive** developer!
810
9-
{% embed url="https://overmindjs.changefeed.app/general/v26" %}
11+
{% embed url="https://overmindjs.changefeed.app/general/v27" %}
1012

1113
## APPLICATION INSIGHT
1214

@@ -57,7 +59,7 @@ export const loadApp = ({ state, effects }) => {
5759

5860
## SAFE AND PREDICTABLE CHANGES
5961

60-
When you build applications that perform many state changes things can get out of hand. In Overmind you can only perform state changes from **actions** and all changes are tracked by the development tool. Even effects are tracked and reactions are tracked.
62+
When you build applications that perform many state changes things can get out of hand. In Overmind you can only perform state changes from **actions** and all changes are tracked by the development tool. Even effects and reactions are tracked.
6163

6264
```javascript
6365
export const getItems = async ({ state, effects }) => {
@@ -69,7 +71,7 @@ export const getItems = async ({ state, effects }) => {
6971

7072
## COMPLEXITY TOOLS
7173

72-
Even though Overmind can create applications with plain **state** and **actions**, you can use **opt-in** tools like **functional operators**,**, statemachines** and state values defined as a **class,** to manage complexities of your application.
74+
Even though Overmind can create applications with plain **state** and **actions**, you can use **opt-in** tools like **functional operators**, **statemachines** and state values defined as a **class,** to manage complexities of your application.
7375

7476
{% tabs %}
7577
{% tab title="Operators" %}

0 commit comments

Comments
 (0)