Исходный код вики UI паттерны состояния
Редактировал(а) Alexandr Fokin 2023/02/24 00:51
Скрыть последних авторов
author | version | line-number | content |
---|---|---|---|
![]() |
7.9 | 1 | UI / Presentation layer подходы. |
2 | |||
3 | |||
![]() |
7.8 | 4 | |(% style="width:75px" %) |(% style="width:117px" %) |(% style="width:1295px" %) |
![]() |
7.4 | 5 | |(% colspan="1" rowspan="3" style="width:75px" %)((( |
![]() |
7.2 | 6 | ==== MVC ==== |
![]() |
7.8 | 7 | )))|(% style="width:117px" %)Model|(% colspan="1" rowspan="3" style="width:1295px" %)((( |
![]() |
7.4 | 8 | |
![]() |
7.2 | 9 | ))) |
![]() |
7.8 | 10 | |(% style="width:117px" %)View |
11 | |(% style="width:117px" %)Controller | ||
12 | |(% colspan="1" style="width:75px" %) |(% style="width:117px" %) |(% colspan="1" style="width:1295px" %) | ||
![]() |
7.4 | 13 | |(% colspan="1" rowspan="3" style="width:75px" %)((( |
![]() |
7.2 | 14 | ==== MVP ==== |
![]() |
7.8 | 15 | )))|(% style="width:117px" %)Model|(% colspan="1" rowspan="3" style="width:1295px" %) |
16 | |(% style="width:117px" %)View | ||
17 | |(% style="width:117px" %)Presenter | ||
18 | |(% colspan="1" style="width:75px" %) |(% style="width:117px" %) |(% colspan="1" style="width:1295px" %) | ||
![]() |
7.4 | 19 | |(% colspan="1" rowspan="3" style="width:75px" %)((( |
![]() |
7.2 | 20 | ==== MVVM ==== |
![]() |
7.8 | 21 | )))|(% style="width:117px" %)Model|(% colspan="1" rowspan="3" style="width:1295px" %)((( |
![]() |
7.5 | 22 | C# и WPF | Паттерн MVVM |
![]() |
7.4 | 23 | [[https:~~/~~/metanit.com/sharp/wpf/22.1.php>>https://metanit.com/sharp/wpf/22.1.php]] |
![]() |
7.5 | 24 | \\MVVM: полное понимание (+WPF) Часть 1 |
25 | [[https:~~/~~/habr.com/ru/post/338518/>>https://habr.com/ru/post/338518/]] | ||
![]() |
7.7 | 26 | |
![]() |
7.10 | 27 | Часть 2: MVVM: полное понимание (+WPF) |
28 | [[https:~~/~~/habr.com/ru/post/339538/>>https://habr.com/ru/post/339538/]] | ||
29 | |||
![]() |
7.7 | 30 | WPF | Паттерн MVVM |
31 | [[https:~~/~~/professorweb.ru/my/WPF/documents_WPF/level36/36_5.php>>https://professorweb.ru/my/WPF/documents_WPF/level36/36_5.php]] | ||
![]() |
7.5 | 32 | ))) |
![]() |
7.8 | 33 | |(% style="width:117px" %)View |
34 | |(% style="width:117px" %)View model | ||
35 | |(% colspan="1" style="width:75px" %) |(% style="width:117px" %) |(% colspan="1" style="width:1295px" %) | ||
![]() |
7.4 | 36 | |(% colspan="1" rowspan="3" style="width:75px" %)((( |
![]() |
7.2 | 37 | ==== MVI ==== |
![]() |
7.8 | 38 | )))|(% style="width:117px" %)Model|(% colspan="1" rowspan="3" style="width:1295px" %)((( |
![]() |
5.1 | 39 | Современная MVI-архитектура на базе Kotlin |
40 | https://habr.com/ru/company/badoo/blog/429728/ | ||
41 | |||
42 | Архитектура MVI | ||
43 | https://russianblogs.com/article/1258733528/ | ||
44 | |||
![]() |
7.1 | 45 | MVI - a Reactive Architecture Pattern |
46 | https://medium.com/quality-content/mvi-a-reactive-architecture-pattern-45c6f5096ab7 | ||
47 | |||
48 | Реактивные приложения с Model-View-Intent. Часть 2: View и Intent | ||
49 | https://habr.com/ru/company/tinkoff/blog/338558/ | ||
50 | |||
![]() |
5.1 | 51 | ---- |
52 | |||
![]() |
7.3 | 53 | ===== Unidirectional Data or State Flow (UDF). ===== |
54 | |||
![]() |
4.1 | 55 | The Case for Unidirectional Data Flow |
56 | [[https:~~/~~/www.exclamationlabs.com/blog/the-case-for-unidirectional-data-flow/>>https://www.exclamationlabs.com/blog/the-case-for-unidirectional-data-flow/]] | ||
![]() |
7.3 | 57 | |
58 | |||
59 | ))) | ||
![]() |
7.8 | 60 | |(% style="width:117px" %)View |
61 | |(% style="width:117px" %)Intent | ||
62 | |(% colspan="1" style="width:75px" %) |(% style="width:117px" %) |(% colspan="1" style="width:1295px" %) | ||
![]() |
7.3 | 63 | |
64 | ---- | ||
65 | |||
![]() |
7.4 | 66 | Паттерны для новичков: MVC vs MVP vs MVVM |
67 | https://habr.com/ru/post/215605/ | ||
68 | |||
69 | Альтернативный взгляд на MVC, MVP и MVVM | ||
70 | [[https:~~/~~/medium.com/you-gotta-get-schwifty/альтернативный-взгляд-на-mvc-mvp-и-mvvm-389841cefa70>>https://medium.com/you-gotta-get-schwifty/альтернативный-взгляд-на-mvc-mvp-и-mvvm-389841cefa70]] | ||
71 | |||
72 | ---- | ||
73 | |||
![]() |
7.3 | 74 | ==== Внутренние ссылки: ==== |
75 | |||
76 | ====== Дочерние страницы: ====== | ||
77 | |||
78 | {{children/}} | ||
79 | |||
80 | ====== Обратные ссылки: ====== | ||
81 | |||
82 | {{velocity}} | ||
83 | #set ($links = $doc.getBacklinks()) | ||
84 | #if ($links.size() > 0) | ||
85 | #foreach ($docname in $links) | ||
86 | #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument()) | ||
87 | * [[$escapetool.xml($rdoc.fullName)]] | ||
88 | #end | ||
89 | #else | ||
90 | No back links for this page! | ||
91 | #end | ||
92 | {{/velocity}} | ||
93 | |||
94 | ---- |