ovto 0.5.0 → 0.6.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (46) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/Gemfile.lock +5 -5
  4. data/book/SUMMARY.md +1 -0
  5. data/book/api/pure_component.md +3 -0
  6. data/docs/api/Ovto.html +4 -4
  7. data/docs/api/Ovto/Actions.html +3 -3
  8. data/docs/api/Ovto/App.html +3 -3
  9. data/docs/api/Ovto/Component.html +3 -3
  10. data/docs/api/Ovto/Component/MoreThanOneNode.html +3 -3
  11. data/docs/api/Ovto/PureComponent.html +3 -3
  12. data/docs/api/Ovto/PureComponent/StateIsNotAvailable.html +3 -3
  13. data/docs/api/Ovto/Runtime.html +3 -3
  14. data/docs/api/Ovto/State.html +3 -3
  15. data/docs/api/Ovto/State/MissingValue.html +3 -3
  16. data/docs/api/Ovto/State/UnknownKey.html +3 -3
  17. data/docs/api/Ovto/WiredActions.html +3 -3
  18. data/docs/api/_index.html +4 -4
  19. data/docs/api/actions.html +15 -2
  20. data/docs/api/app.html +15 -2
  21. data/docs/api/component.html +17 -4
  22. data/docs/api/fetch.html +17 -4
  23. data/docs/api/file.README.html +81 -77
  24. data/docs/api/frames.html +1 -1
  25. data/docs/api/index.html +81 -77
  26. data/docs/api/pure_component.html +415 -0
  27. data/docs/api/state.html +15 -2
  28. data/docs/api/top-level-namespace.html +3 -3
  29. data/docs/guides/debugging.html +15 -2
  30. data/docs/guides/development.html +15 -2
  31. data/docs/guides/install.html +15 -2
  32. data/docs/guides/tutorial.html +15 -2
  33. data/docs/index.html +15 -2
  34. data/docs/search_index.json +1 -1
  35. data/lib/ovto.rb +25 -0
  36. data/lib/ovto/actions.rb +11 -0
  37. data/lib/ovto/app.rb +37 -13
  38. data/lib/ovto/component.rb +127 -67
  39. data/lib/ovto/middleware.rb +121 -0
  40. data/lib/ovto/pure_component.rb +1 -1
  41. data/lib/ovto/state.rb +13 -5
  42. data/lib/ovto/version.rb +1 -1
  43. data/lib/ovto/wired_action_set.rb +40 -0
  44. data/lib/ovto/wired_actions.rb +49 -11
  45. metadata +7 -5
  46. data/docs/api/pure_component.md +0 -27
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d4b96687f3ed63679cd1390c78a55ccc070bcd696fae6ea398869deb48ec89e1
4
- data.tar.gz: 80bc3fb5dd02ddb6f49d7cb30d79189512a6a970dc5a48131819b3f976765cb4
3
+ metadata.gz: b875f739a6664264591bc0e020bffc5a996f89c67e368027dd929f3e63799e32
4
+ data.tar.gz: 55cbc02b48925e158db48660303c80259b684e22f7efb2d384880706a10dfa88
5
5
  SHA512:
6
- metadata.gz: e5111857b2b9072efdf43e006fef98c06eede869d333ec1fa95171d708c6299f7ac2a2aa84aee2e81219e0e8e02be3b2a3039da908796ea0640e2f43b1c2e8d9
7
- data.tar.gz: d99fbee3030cc11b4b6186f4b61d134fdb7c983a62d4dab37a115c1fe021f41a0ed0f7e7b1081ac00292c893e90bf4f0934bfa27f4eb83551c4fc0127b90e776
6
+ metadata.gz: '028f462955c7f848c3da838a67730a834fef79e32e2f31cbc188866dbe9b6445f33f89398a3ff62ff272ba5248c88733e1bd8442921c3ca33d862ea7e33bfba3'
7
+ data.tar.gz: a0be002c325590bad2459b864f9378b72ca47f7fc7aee36c80181edb05299c968d2484c2a63ab6d2b130c7569de0667d1d01b7f8db8a37f0ac27edb85f03253c
@@ -1,5 +1,9 @@
1
1
  ## HEAD
2
2
 
3
+ - feat: Ovto::Middleware (#18)
4
+ - feat(State): default_proc (#17)
5
+ - feat(o): `o SubComp do ...end` now passes the block to `SubComp#render` (#16)
6
+
3
7
  ## v0.5.0 (2019-12-22)
4
8
 
5
9
  - new: Ovto::PureComponent
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ovto (0.5.0)
4
+ ovto (0.6.0.rc1)
5
5
  opal (>= 0.11, < 2)
6
6
  rack (~> 2.0)
7
7
  thor (~> 0.20)
@@ -13,8 +13,8 @@ GEM
13
13
  c_lexer (2.6.4.1.1)
14
14
  ast (~> 2.4.0)
15
15
  parser (= 2.6.4.1)
16
- concurrent-ruby (1.1.5)
17
- opal (1.0.2)
16
+ concurrent-ruby (1.1.6)
17
+ opal (1.0.3)
18
18
  ast (>= 2.3.0)
19
19
  parser (~> 2.6)
20
20
  opal-rspec (0.8.0.alpha2)
@@ -27,14 +27,14 @@ GEM
27
27
  tilt (>= 1.4)
28
28
  parser (2.6.4.1)
29
29
  ast (~> 2.4.0)
30
- rack (2.0.8)
30
+ rack (2.2.2)
31
31
  rake (12.3.3)
32
32
  sprockets (3.7.2)
33
33
  concurrent-ruby (~> 1.0)
34
34
  rack (> 1, < 3)
35
35
  thor (0.20.3)
36
36
  tilt (2.0.10)
37
- yard (0.9.20)
37
+ yard (0.9.24)
38
38
 
39
39
  PLATFORMS
40
40
  ruby
@@ -7,6 +7,7 @@
7
7
  - [Ovto::State](api/state.md)
8
8
  - [Ovto::Actions](api/actions.md)
9
9
  - [Ovto::Component](api/component.md)
10
+ - [Ovto::PureComponent](api/pure_component.md)
10
11
  - [Ovto.fetch](api/fetch.md)
11
12
  - Guides
12
13
  - [Debugging](guides/debugging.md)
@@ -2,6 +2,9 @@
2
2
 
3
3
  It almost the same as `Ovto::Component`, but it caches the `render` method calling with arguments of the method.
4
4
 
5
+ ## When to use PureComponent?
6
+
7
+ Use it when your app is slow and need more speed.
5
8
 
6
9
  ## Cache strategy
7
10
 
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Ovto
8
8
 
9
- &mdash; Documentation by YARD 0.9.19
9
+ &mdash; Documentation by YARD 0.9.20
10
10
 
11
11
  </title>
12
12
 
@@ -107,7 +107,7 @@
107
107
  <dt id="VERSION-constant" class="">VERSION =
108
108
 
109
109
  </dt>
110
- <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>0.4.1</span><span class='tstring_end'>&#39;</span></span></pre></dd>
110
+ <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>0.5.0</span><span class='tstring_end'>&#39;</span></span></pre></dd>
111
111
 
112
112
  </dl>
113
113
 
@@ -664,9 +664,9 @@
664
664
  </div>
665
665
 
666
666
  <div id="footer">
667
- Generated on Thu Aug 8 01:14:40 2019 by
667
+ Generated on Sun Dec 22 22:06:04 2019 by
668
668
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
669
- 0.9.19 (ruby-2.5.5).
669
+ 0.9.20 (ruby-2.5.5).
670
670
  </div>
671
671
 
672
672
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Ovto::Actions
8
8
 
9
- &mdash; Documentation by YARD 0.9.19
9
+ &mdash; Documentation by YARD 0.9.20
10
10
 
11
11
  </title>
12
12
 
@@ -345,9 +345,9 @@
345
345
  </div>
346
346
 
347
347
  <div id="footer">
348
- Generated on Thu Aug 8 01:14:40 2019 by
348
+ Generated on Sun Dec 22 22:06:04 2019 by
349
349
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
350
- 0.9.19 (ruby-2.5.5).
350
+ 0.9.20 (ruby-2.5.5).
351
351
  </div>
352
352
 
353
353
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Ovto::App
8
8
 
9
- &mdash; Documentation by YARD 0.9.19
9
+ &mdash; Documentation by YARD 0.9.20
10
10
 
11
11
  </title>
12
12
 
@@ -610,9 +610,9 @@
610
610
  </div>
611
611
 
612
612
  <div id="footer">
613
- Generated on Thu Aug 8 01:14:40 2019 by
613
+ Generated on Sun Dec 22 22:06:04 2019 by
614
614
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
615
- 0.9.19 (ruby-2.5.5).
615
+ 0.9.20 (ruby-2.5.5).
616
616
  </div>
617
617
 
618
618
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Ovto::Component
8
8
 
9
- &mdash; Documentation by YARD 0.9.19
9
+ &mdash; Documentation by YARD 0.9.20
10
10
 
11
11
  </title>
12
12
 
@@ -400,9 +400,9 @@
400
400
  </div>
401
401
 
402
402
  <div id="footer">
403
- Generated on Thu Aug 8 01:14:40 2019 by
403
+ Generated on Sun Dec 22 22:06:05 2019 by
404
404
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
405
- 0.9.19 (ruby-2.5.5).
405
+ 0.9.20 (ruby-2.5.5).
406
406
  </div>
407
407
 
408
408
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Exception: Ovto::Component::MoreThanOneNode
8
8
 
9
- &mdash; Documentation by YARD 0.9.19
9
+ &mdash; Documentation by YARD 0.9.20
10
10
 
11
11
  </title>
12
12
 
@@ -125,9 +125,9 @@
125
125
  </div>
126
126
 
127
127
  <div id="footer">
128
- Generated on Thu Aug 8 01:14:40 2019 by
128
+ Generated on Sun Dec 22 22:06:05 2019 by
129
129
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
130
- 0.9.19 (ruby-2.5.5).
130
+ 0.9.20 (ruby-2.5.5).
131
131
  </div>
132
132
 
133
133
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Ovto::PureComponent
8
8
 
9
- &mdash; Documentation by YARD 0.9.19
9
+ &mdash; Documentation by YARD 0.9.20
10
10
 
11
11
  </title>
12
12
 
@@ -358,9 +358,9 @@
358
358
  </div>
359
359
 
360
360
  <div id="footer">
361
- Generated on Thu Aug 8 01:14:40 2019 by
361
+ Generated on Sun Dec 22 22:06:05 2019 by
362
362
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
363
- 0.9.19 (ruby-2.5.5).
363
+ 0.9.20 (ruby-2.5.5).
364
364
  </div>
365
365
 
366
366
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Exception: Ovto::PureComponent::StateIsNotAvailable
8
8
 
9
- &mdash; Documentation by YARD 0.9.19
9
+ &mdash; Documentation by YARD 0.9.20
10
10
 
11
11
  </title>
12
12
 
@@ -114,9 +114,9 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Thu Aug 8 01:14:40 2019 by
117
+ Generated on Sun Dec 22 22:06:05 2019 by
118
118
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
119
- 0.9.19 (ruby-2.5.5).
119
+ 0.9.20 (ruby-2.5.5).
120
120
  </div>
121
121
 
122
122
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Ovto::Runtime
8
8
 
9
- &mdash; Documentation by YARD 0.9.19
9
+ &mdash; Documentation by YARD 0.9.20
10
10
 
11
11
  </title>
12
12
 
@@ -313,9 +313,9 @@
313
313
  </div>
314
314
 
315
315
  <div id="footer">
316
- Generated on Thu Aug 8 01:14:40 2019 by
316
+ Generated on Sun Dec 22 22:06:04 2019 by
317
317
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
318
- 0.9.19 (ruby-2.5.5).
318
+ 0.9.20 (ruby-2.5.5).
319
319
  </div>
320
320
 
321
321
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Ovto::State
8
8
 
9
- &mdash; Documentation by YARD 0.9.19
9
+ &mdash; Documentation by YARD 0.9.20
10
10
 
11
11
  </title>
12
12
 
@@ -842,9 +842,9 @@
842
842
  </div>
843
843
 
844
844
  <div id="footer">
845
- Generated on Thu Aug 8 01:14:40 2019 by
845
+ Generated on Sun Dec 22 22:06:04 2019 by
846
846
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
847
- 0.9.19 (ruby-2.5.5).
847
+ 0.9.20 (ruby-2.5.5).
848
848
  </div>
849
849
 
850
850
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Exception: Ovto::State::MissingValue
8
8
 
9
- &mdash; Documentation by YARD 0.9.19
9
+ &mdash; Documentation by YARD 0.9.20
10
10
 
11
11
  </title>
12
12
 
@@ -125,9 +125,9 @@
125
125
  </div>
126
126
 
127
127
  <div id="footer">
128
- Generated on Thu Aug 8 01:14:40 2019 by
128
+ Generated on Sun Dec 22 22:06:04 2019 by
129
129
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
130
- 0.9.19 (ruby-2.5.5).
130
+ 0.9.20 (ruby-2.5.5).
131
131
  </div>
132
132
 
133
133
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Exception: Ovto::State::UnknownKey
8
8
 
9
- &mdash; Documentation by YARD 0.9.19
9
+ &mdash; Documentation by YARD 0.9.20
10
10
 
11
11
  </title>
12
12
 
@@ -125,9 +125,9 @@
125
125
  </div>
126
126
 
127
127
  <div id="footer">
128
- Generated on Thu Aug 8 01:14:40 2019 by
128
+ Generated on Sun Dec 22 22:06:04 2019 by
129
129
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
130
- 0.9.19 (ruby-2.5.5).
130
+ 0.9.20 (ruby-2.5.5).
131
131
  </div>
132
132
 
133
133
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Ovto::WiredActions
8
8
 
9
- &mdash; Documentation by YARD 0.9.19
9
+ &mdash; Documentation by YARD 0.9.20
10
10
 
11
11
  </title>
12
12
 
@@ -402,9 +402,9 @@
402
402
  </div>
403
403
 
404
404
  <div id="footer">
405
- Generated on Thu Aug 8 01:14:40 2019 by
405
+ Generated on Sun Dec 22 22:06:05 2019 by
406
406
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
407
- 0.9.19 (ruby-2.5.5).
407
+ 0.9.20 (ruby-2.5.5).
408
408
  </div>
409
409
 
410
410
  </div>
@@ -4,7 +4,7 @@
4
4
  <meta charset="utf-8">
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <title>
7
- Documentation by YARD 0.9.19
7
+ Documentation by YARD 0.9.20
8
8
 
9
9
  </title>
10
10
 
@@ -52,7 +52,7 @@
52
52
  <div class="clear"></div>
53
53
  </div>
54
54
 
55
- <div id="content"><h1 class="noborder title">Documentation by YARD 0.9.19</h1>
55
+ <div id="content"><h1 class="noborder title">Documentation by YARD 0.9.20</h1>
56
56
  <div id="listing">
57
57
  <h1 class="alphaindex">Alphabetic Index</h1>
58
58
 
@@ -243,9 +243,9 @@
243
243
  </div>
244
244
 
245
245
  <div id="footer">
246
- Generated on Thu Aug 8 01:14:40 2019 by
246
+ Generated on Sun Dec 22 22:06:04 2019 by
247
247
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
248
- 0.9.19 (ruby-2.5.5).
248
+ 0.9.20 (ruby-2.5.5).
249
249
  </div>
250
250
 
251
251
  </div>
@@ -194,7 +194,20 @@
194
194
 
195
195
  </li>
196
196
 
197
- <li class="chapter " data-level="1.4.5" data-path="fetch.html">
197
+ <li class="chapter " data-level="1.4.5" data-path="pure_component.html">
198
+
199
+ <a href="pure_component.html">
200
+
201
+
202
+ Ovto::PureComponent
203
+
204
+ </a>
205
+
206
+
207
+
208
+ </li>
209
+
210
+ <li class="chapter " data-level="1.4.6" data-path="fetch.html">
198
211
 
199
212
  <a href="fetch.html">
200
213
 
@@ -407,7 +420,7 @@ In such cases, you can call another action via <code>actions</code> to tell Ovto
407
420
  <script>
408
421
  var gitbook = gitbook || [];
409
422
  gitbook.push(function() {
410
- gitbook.page.hasChanged({"page":{"title":"Ovto::Actions","level":"1.4.3","depth":2,"next":{"title":"Ovto::Component","level":"1.4.4","depth":2,"path":"api/component.md","ref":"api/component.md","articles":[]},"previous":{"title":"Ovto::State","level":"1.4.2","depth":2,"path":"api/state.md","ref":"api/state.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":[],"pluginsConfig":{"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"api/actions.md","mtime":"2019-04-18T08:50:22.000Z","type":"markdown"},"gitbook":{"version":"3.2.2","time":"2019-08-07T16:14:36.732Z"},"basePath":"..","book":{"language":""}});
423
+ gitbook.page.hasChanged({"page":{"title":"Ovto::Actions","level":"1.4.3","depth":2,"next":{"title":"Ovto::Component","level":"1.4.4","depth":2,"path":"api/component.md","ref":"api/component.md","articles":[]},"previous":{"title":"Ovto::State","level":"1.4.2","depth":2,"path":"api/state.md","ref":"api/state.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":[],"pluginsConfig":{"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"api/actions.md","mtime":"2019-04-18T08:50:22.000Z","type":"markdown"},"gitbook":{"version":"3.2.2","time":"2019-12-22T13:05:59.850Z"},"basePath":"..","book":{"language":""}});
411
424
  });
412
425
  </script>
413
426
  </div>
@@ -192,7 +192,20 @@
192
192
 
193
193
  </li>
194
194
 
195
- <li class="chapter " data-level="1.4.5" data-path="fetch.html">
195
+ <li class="chapter " data-level="1.4.5" data-path="pure_component.html">
196
+
197
+ <a href="pure_component.html">
198
+
199
+
200
+ Ovto::PureComponent
201
+
202
+ </a>
203
+
204
+
205
+
206
+ </li>
207
+
208
+ <li class="chapter " data-level="1.4.6" data-path="fetch.html">
196
209
 
197
210
  <a href="fetch.html">
198
211
 
@@ -411,7 +424,7 @@ MyApp.run(<span class="hljs-symbol">id:</span> <span class="hljs-string">&apos;o
411
424
  <script>
412
425
  var gitbook = gitbook || [];
413
426
  gitbook.push(function() {
414
- gitbook.page.hasChanged({"page":{"title":"Ovto::App","level":"1.4.1","depth":2,"next":{"title":"Ovto::State","level":"1.4.2","depth":2,"path":"api/state.md","ref":"api/state.md","articles":[]},"previous":{"title":"API","level":"1.4","depth":1,"ref":"","articles":[{"title":"Ovto::App","level":"1.4.1","depth":2,"path":"api/app.md","ref":"api/app.md","articles":[]},{"title":"Ovto::State","level":"1.4.2","depth":2,"path":"api/state.md","ref":"api/state.md","articles":[]},{"title":"Ovto::Actions","level":"1.4.3","depth":2,"path":"api/actions.md","ref":"api/actions.md","articles":[]},{"title":"Ovto::Component","level":"1.4.4","depth":2,"path":"api/component.md","ref":"api/component.md","articles":[]},{"title":"Ovto.fetch","level":"1.4.5","depth":2,"path":"api/fetch.md","ref":"api/fetch.md","articles":[]}]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":[],"pluginsConfig":{"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"api/app.md","mtime":"2019-04-18T08:51:42.000Z","type":"markdown"},"gitbook":{"version":"3.2.2","time":"2019-08-07T16:14:36.732Z"},"basePath":"..","book":{"language":""}});
427
+ gitbook.page.hasChanged({"page":{"title":"Ovto::App","level":"1.4.1","depth":2,"next":{"title":"Ovto::State","level":"1.4.2","depth":2,"path":"api/state.md","ref":"api/state.md","articles":[]},"previous":{"title":"API","level":"1.4","depth":1,"ref":"","articles":[{"title":"Ovto::App","level":"1.4.1","depth":2,"path":"api/app.md","ref":"api/app.md","articles":[]},{"title":"Ovto::State","level":"1.4.2","depth":2,"path":"api/state.md","ref":"api/state.md","articles":[]},{"title":"Ovto::Actions","level":"1.4.3","depth":2,"path":"api/actions.md","ref":"api/actions.md","articles":[]},{"title":"Ovto::Component","level":"1.4.4","depth":2,"path":"api/component.md","ref":"api/component.md","articles":[]},{"title":"Ovto::PureComponent","level":"1.4.5","depth":2,"path":"api/pure_component.md","ref":"api/pure_component.md","articles":[]},{"title":"Ovto.fetch","level":"1.4.6","depth":2,"path":"api/fetch.md","ref":"api/fetch.md","articles":[]}]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":[],"pluginsConfig":{"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"api/app.md","mtime":"2019-04-18T08:51:42.000Z","type":"markdown"},"gitbook":{"version":"3.2.2","time":"2019-12-22T13:05:59.850Z"},"basePath":"..","book":{"language":""}});
415
428
  });
416
429
  </script>
417
430
  </div>
@@ -57,7 +57,7 @@
57
57
  <link rel="shortcut icon" href="../gitbook/images/favicon.ico" type="image/x-icon">
58
58
 
59
59
 
60
- <link rel="next" href="fetch.html" />
60
+ <link rel="next" href="pure_component.html" />
61
61
 
62
62
 
63
63
  <link rel="prev" href="actions.html" />
@@ -194,7 +194,20 @@
194
194
 
195
195
  </li>
196
196
 
197
- <li class="chapter " data-level="1.4.5" data-path="fetch.html">
197
+ <li class="chapter " data-level="1.4.5" data-path="pure_component.html">
198
+
199
+ <a href="pure_component.html">
200
+
201
+
202
+ Ovto::PureComponent
203
+
204
+ </a>
205
+
206
+
207
+
208
+ </li>
209
+
210
+ <li class="chapter " data-level="1.4.6" data-path="fetch.html">
198
211
 
199
212
  <a href="fetch.html">
200
213
 
@@ -456,7 +469,7 @@ HTML could be described like this.</p>
456
469
  </a>
457
470
 
458
471
 
459
- <a href="fetch.html" class="navigation navigation-next " aria-label="Next page: Ovto.fetch">
472
+ <a href="pure_component.html" class="navigation navigation-next " aria-label="Next page: Ovto::PureComponent">
460
473
  <i class="fa fa-angle-right"></i>
461
474
  </a>
462
475
 
@@ -467,7 +480,7 @@ HTML could be described like this.</p>
467
480
  <script>
468
481
  var gitbook = gitbook || [];
469
482
  gitbook.push(function() {
470
- gitbook.page.hasChanged({"page":{"title":"Ovto::Component","level":"1.4.4","depth":2,"next":{"title":"Ovto.fetch","level":"1.4.5","depth":2,"path":"api/fetch.md","ref":"api/fetch.md","articles":[]},"previous":{"title":"Ovto::Actions","level":"1.4.3","depth":2,"path":"api/actions.md","ref":"api/actions.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":[],"pluginsConfig":{"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"api/component.md","mtime":"2019-04-18T08:50:59.000Z","type":"markdown"},"gitbook":{"version":"3.2.2","time":"2019-08-07T16:14:36.732Z"},"basePath":"..","book":{"language":""}});
483
+ gitbook.page.hasChanged({"page":{"title":"Ovto::Component","level":"1.4.4","depth":2,"next":{"title":"Ovto::PureComponent","level":"1.4.5","depth":2,"path":"api/pure_component.md","ref":"api/pure_component.md","articles":[]},"previous":{"title":"Ovto::Actions","level":"1.4.3","depth":2,"path":"api/actions.md","ref":"api/actions.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":[],"pluginsConfig":{"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"api/component.md","mtime":"2019-04-18T08:50:59.000Z","type":"markdown"},"gitbook":{"version":"3.2.2","time":"2019-12-22T13:05:59.850Z"},"basePath":"..","book":{"language":""}});
471
484
  });
472
485
  </script>
473
486
  </div>