Skip to content

Commit

Permalink
Fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrHoroshih committed Dec 14, 2023
1 parent bbf408a commit 08cb9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/website/docs/magazine/migration_from_redux.md
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ You can move parts of the logic from any saga step-by-step, without rewriting th
:::warning
Note that it is generally **not recommended** calling the `getState` method of Effector Stores, because it is imperative and non-reactive. This method is an escape-hatch for cases where there is no other way.

But you can sometimes use it in Sagas, since they themselves are imperative and non-reactive, and you won't always have the option to write the state to the effector right away.
But you can sometimes use it in Sagas, because they are imperative and non-reactive themselves, and you're not always going to have the option to rewrite it to Effector right away.
:::

Here is an earlier "Data fetching" example, but in a state of partial rewrite.
Expand Down

0 comments on commit 08cb9fe

Please sign in to comment.