Skip to content

Commit

Permalink
fix: typo in tutorial summary (#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmishakin authored Feb 24, 2024
1 parent 3dcab3d commit 104cf72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ We have examined several pages and outlined a preliminary structure for our appl
3. The rest will be arranged on demand
2. Pages layer — each page is a separate slice
1. `ui` will contain the page itself and all of its parts
2. `api` will contain more specialized data fetching, using `shared/ui`
2. `api` will contain more specialized data fetching, using `shared/api`
3. `model` might contain client-side storage of the data that we will display

Let’s get building!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Shared отличается от других слоев тем, что он с
3. Остальное разложим по ходу написания кода
2. Слой Pages — для каждой страницы отдельный слайс
1. `ui` будет содержать саму страницу и составляющие её блоки
2. `api` будет содержать более специализированные функции получения данных, использующие `shared/ui`
2. `api` будет содержать более специализированные функции получения данных, использующие `shared/api`
3. `model` может содержать клиентское хранилище данных, которые мы будем отображать

Давайте создадим это приложение!
Expand Down

0 comments on commit 104cf72

Please sign in to comment.