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