Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkamyshev committed Aug 19, 2024
1 parent c279c17 commit 7fa74ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/website/docs/magazine/fork_api_rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ date: 2024-01-26

Fork API allows you to run multiple instances of the same application in the single process. It is useful for testing, SSR, and other cases. It is powerful mechanism, but it has some rules that you should follow to avoid unexpected behavior.


:::tip

Some of the rules can be validated by static analysis tools like [preset `scope` of `eslint-plugin-effector`](https://eslint.effector.dev/presets/scope.html), but others require runtime validation. Please, refer to the [tutorial](/magazine/scopefull/) to learn how to set up such validations in your project.

:::

## Prefer declarative code
Expand Down

0 comments on commit 7fa74ca

Please sign in to comment.