File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
en/docusaurus-plugin-content-docs/current/get-started
ru/docusaurus-plugin-content-docs/current/get-started Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ We have examined several pages and outlined a preliminary structure for our appl
163163 3 . The rest will be arranged on demand
1641642 . Pages layer — each page is a separate slice
165165 1 . ` ui ` will contain the page itself and all of its parts
166- 2 . ` api ` will contain more specialized data fetching, using ` shared/ui `
166+ 2 . ` api ` will contain more specialized data fetching, using ` shared/api `
167167 3 . ` model ` might contain client-side storage of the data that we will display
168168
169169Let’s get building!
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ Shared отличается от других слоев тем, что он с
164164 3 . Остальное разложим по ходу написания кода
1651652 . Слой Pages — для каждой страницы отдельный слайс
166166 1 . ` ui ` будет содержать саму страницу и составляющие её блоки
167- 2 . ` api ` будет содержать более специализированные функции получения данных, использующие ` shared/ui `
167+ 2 . ` api ` будет содержать более специализированные функции получения данных, использующие ` shared/api `
168168 3 . ` model ` может содержать клиентское хранилище данных, которые мы будем отображать
169169
170170Давайте создадим это приложение!
You can’t perform that action at this time.
0 commit comments