Skip to content

Commit 4182e0f

Browse files
committed
Update docs
1 parent 35c56e8 commit 4182e0f

File tree

6 files changed

+2527
-2485
lines changed

6 files changed

+2527
-2485
lines changed

js/docs.js

+2,431-2,415
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

re-frame-docs-app.tar.xz

1.88 KB
Binary file not shown.

releases/2024/index.html

+26
Original file line numberDiff line numberDiff line change
@@ -1323,6 +1323,13 @@
13231323
</label>
13241324
<ul class="md-nav__list" data-md-scrollfix>
13251325

1326+
<li class="md-nav__item">
1327+
<a href="#144-2024-06-24" class="md-nav__link">
1328+
1.4.4 (2024-06-24)
1329+
</a>
1330+
1331+
</li>
1332+
13261333
<li class="md-nav__item">
13271334
<a href="#143-2024-01-25" class="md-nav__link">
13281335
1.4.3 (2024-01-25)
@@ -1517,6 +1524,13 @@
15171524
</label>
15181525
<ul class="md-nav__list" data-md-scrollfix>
15191526

1527+
<li class="md-nav__item">
1528+
<a href="#144-2024-06-24" class="md-nav__link">
1529+
1.4.4 (2024-06-24)
1530+
</a>
1531+
1532+
</li>
1533+
15201534
<li class="md-nav__item">
15211535
<a href="#143-2024-01-25" class="md-nav__link">
15221536
1.4.3 (2024-01-25)
@@ -1552,6 +1566,18 @@ <h1 id="_1"><a class="headerlink" href="#_1" title="Permanent link">&para;</a></
15521566
<blockquote>
15531567
<p>The re-frame <a href="https://clojars.org/re-frame/">Clojars page</a> contains dependency coordinates for Maven/deps/Lein.</p>
15541568
</blockquote>
1569+
<h2 id="144-2024-06-24">1.4.4 (2024-06-24)<a class="headerlink" href="#144-2024-06-24" title="Permanent link">&para;</a></h2>
1570+
<h4>Changed</h4>
1571+
<div class="codehilite"><pre><span></span><code>- Changed flows to calculate the new app-db earlier in the chain.
1572+
- Benefit: user-defined interceptors are aware of the post-flow app-db value.
1573+
- Drawback: they can&#39;t access the value of app-db directly resulting from the event handler.
1574+
- Drawback: they can&#39;t access flow-related effects like `:reg-flow`.
1575+
1576+
- Added a :re-frame/pre-flow-db key to the context
1577+
- This way, user-defined interceptors can still access the app-db value resulting directly from the event handler.
1578+
</code></pre></div>
1579+
1580+
15551581
<h2 id="143-2024-01-25">1.4.3 (2024-01-25)<a class="headerlink" href="#143-2024-01-25" title="Permanent link">&para;</a></h2>
15561582
<h4>Fixed</h4>
15571583
<div class="codehilite"><pre><span></span><code>- cljdoc analysis &amp; build errors (see https://github.com/cljdoc/cljdoc/issues/853)

search/search_index.json

+1-1
Large diffs are not rendered by default.

sitemap.xml

+69-69
Original file line numberDiff line numberDiff line change
@@ -1,279 +1,279 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url>
33
<loc>https://day8.github.io/re-frame/</loc>
4-
<lastmod>2024-03-19</lastmod>
4+
<lastmod>2024-06-26</lastmod>
55
<changefreq>daily</changefreq>
66
</url><url>
77
<loc>https://day8.github.io/re-frame/re-frame/</loc>
8-
<lastmod>2024-03-19</lastmod>
8+
<lastmod>2024-06-26</lastmod>
99
<changefreq>daily</changefreq>
1010
</url><url>
1111
<loc>https://day8.github.io/re-frame/a-loop/</loc>
12-
<lastmod>2024-03-19</lastmod>
12+
<lastmod>2024-06-26</lastmod>
1313
<changefreq>daily</changefreq>
1414
</url><url>
1515
<loc>https://day8.github.io/re-frame/application-state/</loc>
16-
<lastmod>2024-03-19</lastmod>
16+
<lastmod>2024-06-26</lastmod>
1717
<changefreq>daily</changefreq>
1818
</url><url>
1919
<loc>https://day8.github.io/re-frame/dominoes-30k/</loc>
20-
<lastmod>2024-03-19</lastmod>
20+
<lastmod>2024-06-26</lastmod>
2121
<changefreq>daily</changefreq>
2222
</url><url>
2323
<loc>https://day8.github.io/re-frame/event-handling-infographic/</loc>
24-
<lastmod>2024-03-19</lastmod>
24+
<lastmod>2024-06-26</lastmod>
2525
<changefreq>daily</changefreq>
2626
</url><url>
2727
<loc>https://day8.github.io/re-frame/subscriptions/</loc>
28-
<lastmod>2024-03-19</lastmod>
28+
<lastmod>2024-06-26</lastmod>
2929
<changefreq>daily</changefreq>
3030
</url><url>
3131
<loc>https://day8.github.io/re-frame/dominoes-live/</loc>
32-
<lastmod>2024-03-19</lastmod>
32+
<lastmod>2024-06-26</lastmod>
3333
<changefreq>daily</changefreq>
3434
</url><url>
3535
<loc>https://day8.github.io/re-frame/EffectfulHandlers/</loc>
36-
<lastmod>2024-03-19</lastmod>
36+
<lastmod>2024-06-26</lastmod>
3737
<changefreq>daily</changefreq>
3838
</url><url>
3939
<loc>https://day8.github.io/re-frame/Interceptors/</loc>
40-
<lastmod>2024-03-19</lastmod>
40+
<lastmod>2024-06-26</lastmod>
4141
<changefreq>daily</changefreq>
4242
</url><url>
4343
<loc>https://day8.github.io/re-frame/Effects/</loc>
44-
<lastmod>2024-03-19</lastmod>
44+
<lastmod>2024-06-26</lastmod>
4545
<changefreq>daily</changefreq>
4646
</url><url>
4747
<loc>https://day8.github.io/re-frame/Coeffects/</loc>
48-
<lastmod>2024-03-19</lastmod>
48+
<lastmod>2024-06-26</lastmod>
4949
<changefreq>daily</changefreq>
5050
</url><url>
5151
<loc>https://day8.github.io/re-frame/Flows/</loc>
52-
<lastmod>2024-03-19</lastmod>
52+
<lastmod>2024-06-26</lastmod>
5353
<changefreq>daily</changefreq>
5454
</url><url>
5555
<loc>https://day8.github.io/re-frame/review-todomvc/</loc>
56-
<lastmod>2024-03-19</lastmod>
56+
<lastmod>2024-06-26</lastmod>
5757
<changefreq>daily</changefreq>
5858
</url><url>
5959
<loc>https://day8.github.io/re-frame/correcting-a-wrong/</loc>
60-
<lastmod>2024-03-19</lastmod>
60+
<lastmod>2024-06-26</lastmod>
6161
<changefreq>daily</changefreq>
6262
</url><url>
6363
<loc>https://day8.github.io/re-frame/flow-mechanics/</loc>
64-
<lastmod>2024-03-19</lastmod>
64+
<lastmod>2024-06-26</lastmod>
6565
<changefreq>daily</changefreq>
6666
</url><url>
6767
<loc>https://day8.github.io/re-frame/start-coding/</loc>
68-
<lastmod>2024-03-19</lastmod>
68+
<lastmod>2024-06-26</lastmod>
6969
<changefreq>daily</changefreq>
7070
</url><url>
7171
<loc>https://day8.github.io/re-frame/all-models-are-wrong/</loc>
72-
<lastmod>2024-03-19</lastmod>
72+
<lastmod>2024-06-26</lastmod>
7373
<changefreq>daily</changefreq>
7474
</url><url>
7575
<loc>https://day8.github.io/re-frame/on-dynamics/</loc>
76-
<lastmod>2024-03-19</lastmod>
76+
<lastmod>2024-06-26</lastmod>
7777
<changefreq>daily</changefreq>
7878
</url><url>
7979
<loc>https://day8.github.io/re-frame/data-oriented-design/</loc>
80-
<lastmod>2024-03-19</lastmod>
80+
<lastmod>2024-06-26</lastmod>
8181
<changefreq>daily</changefreq>
8282
</url><url>
8383
<loc>https://day8.github.io/re-frame/interconnections/</loc>
84-
<lastmod>2024-03-19</lastmod>
84+
<lastmod>2024-06-26</lastmod>
8585
<changefreq>daily</changefreq>
8686
</url><url>
8787
<loc>https://day8.github.io/re-frame/historical/</loc>
88-
<lastmod>2024-03-19</lastmod>
88+
<lastmod>2024-06-26</lastmod>
8989
<changefreq>daily</changefreq>
9090
</url><url>
9191
<loc>https://day8.github.io/re-frame/flows-advanced-topics/</loc>
92-
<lastmod>2024-03-19</lastmod>
92+
<lastmod>2024-06-26</lastmod>
9393
<changefreq>daily</changefreq>
9494
</url><url>
9595
<loc>https://day8.github.io/re-frame/on-stable-dom-handlers/</loc>
96-
<lastmod>2024-03-19</lastmod>
96+
<lastmod>2024-06-26</lastmod>
9797
<changefreq>daily</changefreq>
9898
</url><url>
9999
<loc>https://day8.github.io/re-frame/browser-dynamics/</loc>
100-
<lastmod>2024-03-19</lastmod>
100+
<lastmod>2024-06-26</lastmod>
101101
<changefreq>daily</changefreq>
102102
</url><url>
103103
<loc>https://day8.github.io/re-frame/reusable-components/</loc>
104-
<lastmod>2024-03-19</lastmod>
104+
<lastmod>2024-06-26</lastmod>
105105
<changefreq>daily</changefreq>
106106
</url><url>
107107
<loc>https://day8.github.io/re-frame/App-Structure/</loc>
108-
<lastmod>2024-03-19</lastmod>
108+
<lastmod>2024-06-26</lastmod>
109109
<changefreq>daily</changefreq>
110110
</url><url>
111111
<loc>https://day8.github.io/re-frame/Loading-Initial-Data/</loc>
112-
<lastmod>2024-03-19</lastmod>
112+
<lastmod>2024-06-26</lastmod>
113113
<changefreq>daily</changefreq>
114114
</url><url>
115115
<loc>https://day8.github.io/re-frame/Talking-To-Servers/</loc>
116-
<lastmod>2024-03-19</lastmod>
116+
<lastmod>2024-06-26</lastmod>
117117
<changefreq>daily</changefreq>
118118
</url><url>
119119
<loc>https://day8.github.io/re-frame/Subscribing-To-External-Data/</loc>
120-
<lastmod>2024-03-19</lastmod>
120+
<lastmod>2024-06-26</lastmod>
121121
<changefreq>daily</changefreq>
122122
</url><url>
123123
<loc>https://day8.github.io/re-frame/Debugging/</loc>
124-
<lastmod>2024-03-19</lastmod>
124+
<lastmod>2024-06-26</lastmod>
125125
<changefreq>daily</changefreq>
126126
</url><url>
127127
<loc>https://day8.github.io/re-frame/Testing/</loc>
128-
<lastmod>2024-03-19</lastmod>
128+
<lastmod>2024-06-26</lastmod>
129129
<changefreq>daily</changefreq>
130130
</url><url>
131131
<loc>https://day8.github.io/re-frame/Performance-Problems/</loc>
132-
<lastmod>2024-03-19</lastmod>
132+
<lastmod>2024-06-26</lastmod>
133133
<changefreq>daily</changefreq>
134134
</url><url>
135135
<loc>https://day8.github.io/re-frame/Solve-the-CPU-hog-problem/</loc>
136-
<lastmod>2024-03-19</lastmod>
136+
<lastmod>2024-06-26</lastmod>
137137
<changefreq>daily</changefreq>
138138
</url><url>
139139
<loc>https://day8.github.io/re-frame/Using-Stateful-JS-Components/</loc>
140-
<lastmod>2024-03-19</lastmod>
140+
<lastmod>2024-06-26</lastmod>
141141
<changefreq>daily</changefreq>
142142
</url><url>
143143
<loc>https://day8.github.io/re-frame/The-re-frame-logo/</loc>
144-
<lastmod>2024-03-19</lastmod>
144+
<lastmod>2024-06-26</lastmod>
145145
<changefreq>daily</changefreq>
146146
</url><url>
147147
<loc>https://day8.github.io/re-frame/FAQs/Inspecting-app-db/</loc>
148-
<lastmod>2024-03-19</lastmod>
148+
<lastmod>2024-06-26</lastmod>
149149
<changefreq>daily</changefreq>
150150
</url><url>
151151
<loc>https://day8.github.io/re-frame/FAQs/BestPractice/</loc>
152-
<lastmod>2024-03-19</lastmod>
152+
<lastmod>2024-06-26</lastmod>
153153
<changefreq>daily</changefreq>
154154
</url><url>
155155
<loc>https://day8.github.io/re-frame/FAQs/LoadOnMount/</loc>
156-
<lastmod>2024-03-19</lastmod>
156+
<lastmod>2024-06-26</lastmod>
157157
<changefreq>daily</changefreq>
158158
</url><url>
159159
<loc>https://day8.github.io/re-frame/FAQs/DoINeedReFrame/</loc>
160-
<lastmod>2024-03-19</lastmod>
160+
<lastmod>2024-06-26</lastmod>
161161
<changefreq>daily</changefreq>
162162
</url><url>
163163
<loc>https://day8.github.io/re-frame/FAQs/FocusOnElement/</loc>
164-
<lastmod>2024-03-19</lastmod>
164+
<lastmod>2024-06-26</lastmod>
165165
<changefreq>daily</changefreq>
166166
</url><url>
167167
<loc>https://day8.github.io/re-frame/FAQs/GlobalInterceptors/</loc>
168-
<lastmod>2024-03-19</lastmod>
168+
<lastmod>2024-06-26</lastmod>
169169
<changefreq>daily</changefreq>
170170
</url><url>
171171
<loc>https://day8.github.io/re-frame/FAQs/laggy-input/</loc>
172-
<lastmod>2024-03-19</lastmod>
172+
<lastmod>2024-06-26</lastmod>
173173
<changefreq>daily</changefreq>
174174
</url><url>
175175
<loc>https://day8.github.io/re-frame/FAQs/When-Does-Dispatch-Happen/</loc>
176-
<lastmod>2024-03-19</lastmod>
176+
<lastmod>2024-06-26</lastmod>
177177
<changefreq>daily</changefreq>
178178
</url><url>
179179
<loc>https://day8.github.io/re-frame/FAQs/UseASubscriptionInAnEventHandler/</loc>
180-
<lastmod>2024-03-19</lastmod>
180+
<lastmod>2024-06-26</lastmod>
181181
<changefreq>daily</changefreq>
182182
</url><url>
183183
<loc>https://day8.github.io/re-frame/FAQs/use-cofx-as-fx/</loc>
184-
<lastmod>2024-03-19</lastmod>
184+
<lastmod>2024-06-26</lastmod>
185185
<changefreq>daily</changefreq>
186186
</url><url>
187187
<loc>https://day8.github.io/re-frame/FAQs/Logging/</loc>
188-
<lastmod>2024-03-19</lastmod>
188+
<lastmod>2024-06-26</lastmod>
189189
<changefreq>daily</changefreq>
190190
</url><url>
191191
<loc>https://day8.github.io/re-frame/FAQs/Null-Dispatched-Events/</loc>
192-
<lastmod>2024-03-19</lastmod>
192+
<lastmod>2024-06-26</lastmod>
193193
<changefreq>daily</changefreq>
194194
</url><url>
195195
<loc>https://day8.github.io/re-frame/FAQs/Why-Clear-Sub-Cache/</loc>
196-
<lastmod>2024-03-19</lastmod>
196+
<lastmod>2024-06-26</lastmod>
197197
<changefreq>daily</changefreq>
198198
</url><url>
199199
<loc>https://day8.github.io/re-frame/FAQs/PollADatabaseEvery60/</loc>
200-
<lastmod>2024-03-19</lastmod>
200+
<lastmod>2024-06-26</lastmod>
201201
<changefreq>daily</changefreq>
202202
</url><url>
203203
<loc>https://day8.github.io/re-frame/FAQs/ViewsOnGlobalRegistration/</loc>
204-
<lastmod>2024-03-19</lastmod>
204+
<lastmod>2024-06-26</lastmod>
205205
<changefreq>daily</changefreq>
206206
</url><url>
207207
<loc>https://day8.github.io/re-frame/FAQs/Why-CLJC/</loc>
208-
<lastmod>2024-03-19</lastmod>
208+
<lastmod>2024-06-26</lastmod>
209209
<changefreq>daily</changefreq>
210210
</url><url>
211211
<loc>https://day8.github.io/re-frame/FAQs/DB_Normalisation/</loc>
212-
<lastmod>2024-03-19</lastmod>
212+
<lastmod>2024-06-26</lastmod>
213213
<changefreq>daily</changefreq>
214214
</url><url>
215215
<loc>https://day8.github.io/re-frame/FAQs/FullStackReframe/</loc>
216-
<lastmod>2024-03-19</lastmod>
216+
<lastmod>2024-06-26</lastmod>
217217
<changefreq>daily</changefreq>
218218
</url><url>
219219
<loc>https://day8.github.io/re-frame/api-intro/</loc>
220-
<lastmod>2024-03-19</lastmod>
220+
<lastmod>2024-06-26</lastmod>
221221
<changefreq>daily</changefreq>
222222
</url><url>
223223
<loc>https://day8.github.io/re-frame/api-builtin-effects/</loc>
224-
<lastmod>2024-03-19</lastmod>
224+
<lastmod>2024-06-26</lastmod>
225225
<changefreq>daily</changefreq>
226226
</url><url>
227227
<loc>https://day8.github.io/re-frame/api-re-frame.core/</loc>
228-
<lastmod>2024-03-19</lastmod>
228+
<lastmod>2024-06-26</lastmod>
229229
<changefreq>daily</changefreq>
230230
</url><url>
231231
<loc>https://day8.github.io/re-frame/api-re-frame.alpha/</loc>
232-
<lastmod>2024-03-19</lastmod>
232+
<lastmod>2024-06-26</lastmod>
233233
<changefreq>daily</changefreq>
234234
</url><url>
235235
<loc>https://day8.github.io/re-frame/releases/2024/</loc>
236-
<lastmod>2024-03-19</lastmod>
236+
<lastmod>2024-06-26</lastmod>
237237
<changefreq>daily</changefreq>
238238
</url><url>
239239
<loc>https://day8.github.io/re-frame/releases/2023/</loc>
240-
<lastmod>2024-03-19</lastmod>
240+
<lastmod>2024-06-26</lastmod>
241241
<changefreq>daily</changefreq>
242242
</url><url>
243243
<loc>https://day8.github.io/re-frame/releases/2022/</loc>
244-
<lastmod>2024-03-19</lastmod>
244+
<lastmod>2024-06-26</lastmod>
245245
<changefreq>daily</changefreq>
246246
</url><url>
247247
<loc>https://day8.github.io/re-frame/releases/2021/</loc>
248-
<lastmod>2024-03-19</lastmod>
248+
<lastmod>2024-06-26</lastmod>
249249
<changefreq>daily</changefreq>
250250
</url><url>
251251
<loc>https://day8.github.io/re-frame/releases/2020/</loc>
252-
<lastmod>2024-03-19</lastmod>
252+
<lastmod>2024-06-26</lastmod>
253253
<changefreq>daily</changefreq>
254254
</url><url>
255255
<loc>https://day8.github.io/re-frame/releases/2019/</loc>
256-
<lastmod>2024-03-19</lastmod>
256+
<lastmod>2024-06-26</lastmod>
257257
<changefreq>daily</changefreq>
258258
</url><url>
259259
<loc>https://day8.github.io/re-frame/releases/2018/</loc>
260-
<lastmod>2024-03-19</lastmod>
260+
<lastmod>2024-06-26</lastmod>
261261
<changefreq>daily</changefreq>
262262
</url><url>
263263
<loc>https://day8.github.io/re-frame/releases/2017/</loc>
264-
<lastmod>2024-03-19</lastmod>
264+
<lastmod>2024-06-26</lastmod>
265265
<changefreq>daily</changefreq>
266266
</url><url>
267267
<loc>https://day8.github.io/re-frame/releases/2016/</loc>
268-
<lastmod>2024-03-19</lastmod>
268+
<lastmod>2024-06-26</lastmod>
269269
<changefreq>daily</changefreq>
270270
</url><url>
271271
<loc>https://day8.github.io/re-frame/releases/2015/</loc>
272-
<lastmod>2024-03-19</lastmod>
272+
<lastmod>2024-06-26</lastmod>
273273
<changefreq>daily</changefreq>
274274
</url><url>
275275
<loc>https://day8.github.io/re-frame/External-Resources/</loc>
276-
<lastmod>2024-03-19</lastmod>
276+
<lastmod>2024-06-26</lastmod>
277277
<changefreq>daily</changefreq>
278278
</url>
279279
</urlset>

sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)