Изменения документа UI паттерны состояния
Редактировал(а) Alexandr Fokin 2023/02/24 00:51
<
отредактировано Alexandr Fokin
на 2022/01/26 12:10
на 2022/01/26 12:10
отредактировано Alexandr Fokin
на 2023/02/24 00:51
на 2023/02/24 00:51
Изменить комментарий:
К данной версии нет комментариев
Комментарий
-
Свойства страницы (1 изменено, 0 добавлено, 0 удалено)
Подробности
- Свойства страницы
-
- Содержимое
-
... ... @@ -1,7 +1,94 @@ 1 +UI / Presentation layer подходы. 1 1 2 -Ссылки 3 + 4 +|(% style="width:75px" %) |(% style="width:117px" %) |(% style="width:1295px" %) 5 +|(% colspan="1" rowspan="3" style="width:75px" %)((( 6 +==== MVC ==== 7 +)))|(% style="width:117px" %)Model|(% colspan="1" rowspan="3" style="width:1295px" %)((( 8 + 9 +))) 10 +|(% style="width:117px" %)View 11 +|(% style="width:117px" %)Controller 12 +|(% colspan="1" style="width:75px" %) |(% style="width:117px" %) |(% colspan="1" style="width:1295px" %) 13 +|(% colspan="1" rowspan="3" style="width:75px" %)((( 14 +==== MVP ==== 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" %) 19 +|(% colspan="1" rowspan="3" style="width:75px" %)((( 20 +==== MVVM ==== 21 +)))|(% style="width:117px" %)Model|(% colspan="1" rowspan="3" style="width:1295px" %)((( 22 +C# и WPF | Паттерн MVVM 23 +[[https:~~/~~/metanit.com/sharp/wpf/22.1.php>>https://metanit.com/sharp/wpf/22.1.php]] 24 +\\MVVM: полное понимание (+WPF) Часть 1 25 +[[https:~~/~~/habr.com/ru/post/338518/>>https://habr.com/ru/post/338518/]] 26 + 27 +Часть 2: MVVM: полное понимание (+WPF) 28 +[[https:~~/~~/habr.com/ru/post/339538/>>https://habr.com/ru/post/339538/]] 29 + 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]] 32 +))) 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" %) 36 +|(% colspan="1" rowspan="3" style="width:75px" %)((( 37 +==== MVI ==== 38 +)))|(% style="width:117px" %)Model|(% colspan="1" rowspan="3" style="width:1295px" %)((( 39 +Современная MVI-архитектура на базе Kotlin 40 +https://habr.com/ru/company/badoo/blog/429728/ 41 + 42 +Архитектура MVI 43 +https://russianblogs.com/article/1258733528/ 44 + 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 + 51 +---- 52 + 53 +===== Unidirectional Data or State Flow (UDF). ===== 54 + 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/]] 57 + 58 + 59 +))) 60 +|(% style="width:117px" %)View 61 +|(% style="width:117px" %)Intent 62 +|(% colspan="1" style="width:75px" %) |(% style="width:117px" %) |(% colspan="1" style="width:1295px" %) 63 + 64 +---- 65 + 3 3 Паттерны для новичков: MVC vs MVP vs MVVM 4 4 https://habr.com/ru/post/215605/ 5 5 6 6 Альтернативный взгляд на MVC, MVP и MVVM 7 -https://medium.com/you-gotta-get-schwifty/альтернативный-взгляд-на-mvc-mvp-и-mvvm-389841cefa70 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 + 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 +----