Skip to content

Commit

Permalink
docs: minor typo fix in flux-inspired-practice.md (pmndrs#2252)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahulterstrom committed Dec 15, 2023
1 parent 41838c5 commit a4578fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/flux-inspired-practice.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ import { redux } from 'zustand/middleware'
const useReduxStore = create(redux(reducer, initialState))
```

Another way to update the store could be through functions wrapping the state functions. These could also handle side-effects of actions. For example, with HTTP-calls. To use Zustand in a none-reactive way, see [the readme](https://github.com/pmndrs/zustand#readingwriting-state-and-reacting-to-changes-outside-of-components).
Another way to update the store could be through functions wrapping the state functions. These could also handle side-effects of actions. For example, with HTTP-calls. To use Zustand in a non-reactive way, see [the readme](https://github.com/pmndrs/zustand#readingwriting-state-and-reacting-to-changes-outside-of-components).

0 comments on commit a4578fa

Please sign in to comment.