Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update State.md #1

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
2 changes: 2 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
2. Structuring by feature [click](https://github.com/zhDmitry/react-guide/blob/master/Feature.md)
3. Monorepo guide [click](https://github.com/zhDmitry/react-guide/blob/master/Monorepo.md)
4. State thoughts [click](https://github.com/zhDmitry/react-guide/blob/master/State.md)


2 changes: 1 addition & 1 deletion Regular.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Структура проекта
Пример реального проекта [click](https://github.com/goodmind/treact)
```
components/
components
atoms/
Button/
Icon/
Expand Down
6 changes: 3 additions & 3 deletions State.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Low and High coupling in state management lib

# Low and High coupling in state management lib
## Определение

В стейте менеджменте существует несколько сущностей(логически разных елементов)

1. cигнал который описывает какое-то действие
Expand Down