Skip to content
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