Исходный код вики UI паттерны состояния

Версия 7.3 от Alexandr Fokin на 2022/12/29 23:05

Последние авторы
1 |(% style="width:75px" %) |(% style="width:169px" %) |(% style="width:1247px" %)
2 |(% style="width:75px" %)(((
3 ==== MVC ====
4 )))|(% style="width:169px" %)(((
5 * Model
6 * View
7 * Controller
8 )))|(% colspan="1" rowspan="3" style="width:1247px" %)(((
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]]
14 )))
15 |(% style="width:75px" %)(((
16 ==== MVP ====
17 )))|(% style="width:169px" %)(((
18 * Model
19 * View
20 * Presenter
21 )))
22 |(% style="width:75px" %)(((
23 ==== MVVM ====
24 )))|(% style="width:169px" %)(((
25 * Model
26 * View
27 * View model
28 )))
29 |(% style="width:75px" %)(((
30 ==== MVI ====
31 )))|(% style="width:169px" %)(((
32 * Model
33 * View
34 * Intent
35 )))|(% style="width:1247px" %)(((
36 Современная MVI-архитектура на базе Kotlin
37 https://habr.com/ru/company/badoo/blog/429728/
38
39 Архитектура MVI
40 https://russianblogs.com/article/1258733528/
41
42 MVI - a Reactive Architecture Pattern
43 https://medium.com/quality-content/mvi-a-reactive-architecture-pattern-45c6f5096ab7
44
45 Реактивные приложения с Model-View-Intent. Часть 2: View и Intent
46 https://habr.com/ru/company/tinkoff/blog/338558/
47
48 ----
49
50 ===== Unidirectional Data or State Flow (UDF). =====
51
52 The Case for Unidirectional Data Flow
53 [[https:~~/~~/www.exclamationlabs.com/blog/the-case-for-unidirectional-data-flow/>>https://www.exclamationlabs.com/blog/the-case-for-unidirectional-data-flow/]]
54
55
56 )))
57
58 ----
59
60 ==== Внутренние ссылки: ====
61
62 ====== Дочерние страницы: ======
63
64 {{children/}}
65
66 ====== Обратные ссылки: ======
67
68 {{velocity}}
69 #set ($links = $doc.getBacklinks())
70 #if ($links.size() > 0)
71 #foreach ($docname in $links)
72 #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument())
73 * [[$escapetool.xml($rdoc.fullName)]]
74 #end
75 #else
76 No back links for this page!
77 #end
78 {{/velocity}}
79
80 ----