ovto 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -132,7 +132,7 @@
132
132
  <a href="../api/app.html">
133
133
 
134
134
 
135
- App
135
+ Ovto::App
136
136
 
137
137
  </a>
138
138
 
@@ -145,7 +145,7 @@
145
145
  <a href="../api/state.html">
146
146
 
147
147
 
148
- State
148
+ Ovto::State
149
149
 
150
150
  </a>
151
151
 
@@ -158,7 +158,7 @@
158
158
  <a href="../api/actions.html">
159
159
 
160
160
 
161
- Actions
161
+ Ovto::Actions
162
162
 
163
163
  </a>
164
164
 
@@ -171,7 +171,20 @@
171
171
  <a href="../api/component.html">
172
172
 
173
173
 
174
- Component
174
+ Ovto::Component
175
+
176
+ </a>
177
+
178
+
179
+
180
+ </li>
181
+
182
+ <li class="chapter " data-level="1.3.5" data-path="../api/fetch.html">
183
+
184
+ <a href="../api/fetch.html">
185
+
186
+
187
+ Ovto.fetch
175
188
 
176
189
  </a>
177
190
 
@@ -275,6 +288,16 @@
275
288
  <section class="normal markdown-section">
276
289
 
277
290
  <h1 id="debugging-ovto-app">Debugging Ovto app</h1>
291
+ <h2 id="consolelog">console.log</h2>
292
+ <p>In an Ovto app, you can print any object to developer console by <code>console.log</code>
293
+ like in JavaScript. </p>
294
+ <pre><code class="lang-rb">console.log(<span class="hljs-symbol">state:</span> State.new)
295
+ </code></pre>
296
+ <p>This is mostly equal to <code>p state: State.new</code> but <code>console.log</code> supports
297
+ JavaScript objects too.</p>
298
+ <p>(Note: this is not an official feature of Opal. You can do this setup by this:)</p>
299
+ <pre><code class="lang-rb"> <span class="hljs-keyword">require</span> <span class="hljs-string">&apos;console&apos;</span>; <span class="hljs-function"><span class="hljs-keyword">def</span> <span class="hljs-title">console</span>;</span> $console; <span class="hljs-keyword">end</span>
300
+ </code></pre>
278
301
  <h2 id="ovto-debug">ovto-debug</h2>
279
302
  <p>If the page has a tag with <code>id=&apos;ovto-debug&apos;</code>, exception is shown in the tag.</p>
280
303
 
@@ -316,7 +339,7 @@
316
339
  <script>
317
340
  var gitbook = gitbook || [];
318
341
  gitbook.push(function() {
319
- gitbook.page.hasChanged({"page":{"title":"Debugging","level":"1.4.1","depth":2,"next":{"title":"Development","level":"1.4.2","depth":2,"path":"guides/development.md","ref":"guides/development.md","articles":[]},"previous":{"title":"Guides","level":"1.4","depth":1,"ref":"","articles":[{"title":"Debugging","level":"1.4.1","depth":2,"path":"guides/debugging.md","ref":"guides/debugging.md","articles":[]},{"title":"Development","level":"1.4.2","depth":2,"path":"guides/development.md","ref":"guides/development.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":"guides/debugging.md","mtime":"2018-05-16T08:17:31.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-06-01T12:07:18.151Z"},"basePath":"..","book":{"language":""}});
342
+ gitbook.page.hasChanged({"page":{"title":"Debugging","level":"1.4.1","depth":2,"next":{"title":"Development","level":"1.4.2","depth":2,"path":"guides/development.md","ref":"guides/development.md","articles":[]},"previous":{"title":"Guides","level":"1.4","depth":1,"ref":"","articles":[{"title":"Debugging","level":"1.4.1","depth":2,"path":"guides/debugging.md","ref":"guides/debugging.md","articles":[]},{"title":"Development","level":"1.4.2","depth":2,"path":"guides/development.md","ref":"guides/development.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":"guides/debugging.md","mtime":"2018-08-16T13:15:42.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-11-07T09:01:58.704Z"},"basePath":"..","book":{"language":""}});
320
343
  });
321
344
  </script>
322
345
  </div>
@@ -132,7 +132,7 @@
132
132
  <a href="../api/app.html">
133
133
 
134
134
 
135
- App
135
+ Ovto::App
136
136
 
137
137
  </a>
138
138
 
@@ -145,7 +145,7 @@
145
145
  <a href="../api/state.html">
146
146
 
147
147
 
148
- State
148
+ Ovto::State
149
149
 
150
150
  </a>
151
151
 
@@ -158,7 +158,7 @@
158
158
  <a href="../api/actions.html">
159
159
 
160
160
 
161
- Actions
161
+ Ovto::Actions
162
162
 
163
163
  </a>
164
164
 
@@ -171,7 +171,20 @@
171
171
  <a href="../api/component.html">
172
172
 
173
173
 
174
- Component
174
+ Ovto::Component
175
+
176
+ </a>
177
+
178
+
179
+
180
+ </li>
181
+
182
+ <li class="chapter " data-level="1.3.5" data-path="../api/fetch.html">
183
+
184
+ <a href="../api/fetch.html">
185
+
186
+
187
+ Ovto.fetch
175
188
 
176
189
  </a>
177
190
 
@@ -322,7 +335,7 @@
322
335
  <script>
323
336
  var gitbook = gitbook || [];
324
337
  gitbook.push(function() {
325
- gitbook.page.hasChanged({"page":{"title":"Development","level":"1.4.2","depth":2,"previous":{"title":"Debugging","level":"1.4.1","depth":2,"path":"guides/debugging.md","ref":"guides/debugging.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":"guides/development.md","mtime":"2018-05-24T07:03:24.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-06-01T12:07:18.151Z"},"basePath":"..","book":{"language":""}});
338
+ gitbook.page.hasChanged({"page":{"title":"Development","level":"1.4.2","depth":2,"previous":{"title":"Debugging","level":"1.4.1","depth":2,"path":"guides/debugging.md","ref":"guides/debugging.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":"guides/development.md","mtime":"2018-05-24T07:03:24.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-11-07T09:01:58.704Z"},"basePath":"..","book":{"language":""}});
326
339
  });
327
340
  </script>
328
341
  </div>
@@ -132,7 +132,7 @@
132
132
  <a href="../api/app.html">
133
133
 
134
134
 
135
- App
135
+ Ovto::App
136
136
 
137
137
  </a>
138
138
 
@@ -145,7 +145,7 @@
145
145
  <a href="../api/state.html">
146
146
 
147
147
 
148
- State
148
+ Ovto::State
149
149
 
150
150
  </a>
151
151
 
@@ -158,7 +158,7 @@
158
158
  <a href="../api/actions.html">
159
159
 
160
160
 
161
- Actions
161
+ Ovto::Actions
162
162
 
163
163
  </a>
164
164
 
@@ -171,7 +171,20 @@
171
171
  <a href="../api/component.html">
172
172
 
173
173
 
174
- Component
174
+ Ovto::Component
175
+
176
+ </a>
177
+
178
+
179
+
180
+ </li>
181
+
182
+ <li class="chapter " data-level="1.3.5" data-path="../api/fetch.html">
183
+
184
+ <a href="../api/fetch.html">
185
+
186
+
187
+ Ovto.fetch
175
188
 
176
189
  </a>
177
190
 
@@ -532,7 +545,7 @@ Fahrenheit degree into Celsius and set it to the global state.</p>
532
545
  <script>
533
546
  var gitbook = gitbook || [];
534
547
  gitbook.push(function() {
535
- gitbook.page.hasChanged({"page":{"title":"Getting Started","level":"1.2","depth":1,"next":{"title":"API","level":"1.3","depth":1,"ref":"","articles":[{"title":"App","level":"1.3.1","depth":2,"path":"api/app.md","ref":"api/app.md","articles":[]},{"title":"State","level":"1.3.2","depth":2,"path":"api/state.md","ref":"api/state.md","articles":[]},{"title":"Actions","level":"1.3.3","depth":2,"path":"api/actions.md","ref":"api/actions.md","articles":[]},{"title":"Component","level":"1.3.4","depth":2,"path":"api/component.md","ref":"api/component.md","articles":[]}]},"previous":{"title":"Introduction","level":"1.1","depth":1,"path":"README.md","ref":"README.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":"guides/tutorial.md","mtime":"2018-06-01T11:09:14.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-06-01T12:07:18.151Z"},"basePath":"..","book":{"language":""}});
548
+ gitbook.page.hasChanged({"page":{"title":"Getting Started","level":"1.2","depth":1,"next":{"title":"API","level":"1.3","depth":1,"ref":"","articles":[{"title":"Ovto::App","level":"1.3.1","depth":2,"path":"api/app.md","ref":"api/app.md","articles":[]},{"title":"Ovto::State","level":"1.3.2","depth":2,"path":"api/state.md","ref":"api/state.md","articles":[]},{"title":"Ovto::Actions","level":"1.3.3","depth":2,"path":"api/actions.md","ref":"api/actions.md","articles":[]},{"title":"Ovto::Component","level":"1.3.4","depth":2,"path":"api/component.md","ref":"api/component.md","articles":[]},{"title":"Ovto.fetch","level":"1.3.5","depth":2,"path":"api/fetch.md","ref":"api/fetch.md","articles":[]}]},"previous":{"title":"Introduction","level":"1.1","depth":1,"path":"README.md","ref":"README.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":"guides/tutorial.md","mtime":"2018-06-01T11:09:14.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-11-07T09:01:58.704Z"},"basePath":"..","book":{"language":""}});
536
549
  });
537
550
  </script>
538
551
  </div>
@@ -132,7 +132,7 @@
132
132
  <a href="api/app.html">
133
133
 
134
134
 
135
- App
135
+ Ovto::App
136
136
 
137
137
  </a>
138
138
 
@@ -145,7 +145,7 @@
145
145
  <a href="api/state.html">
146
146
 
147
147
 
148
- State
148
+ Ovto::State
149
149
 
150
150
  </a>
151
151
 
@@ -158,7 +158,7 @@
158
158
  <a href="api/actions.html">
159
159
 
160
160
 
161
- Actions
161
+ Ovto::Actions
162
162
 
163
163
  </a>
164
164
 
@@ -171,7 +171,20 @@
171
171
  <a href="api/component.html">
172
172
 
173
173
 
174
- Component
174
+ Ovto::Component
175
+
176
+ </a>
177
+
178
+
179
+
180
+ </li>
181
+
182
+ <li class="chapter " data-level="1.3.5" data-path="api/fetch.html">
183
+
184
+ <a href="api/fetch.html">
185
+
186
+
187
+ Ovto.fetch
175
188
 
176
189
  </a>
177
190
 
@@ -336,8 +349,7 @@ into a .js file.</p>
336
349
  <p><a href="example/sinatra">./example/sinatra</a> demonstrates how to serve Ovto app
337
350
  from Sinatra.</p>
338
351
  <h3 id="ovto--rails">Ovto + Rails</h3>
339
- <p><a href="example/rails4">./example/rails4</a> and <a href="example/rails5">./example/rails5</a> are
340
- examples to use Ovto on Ruby on Rails.</p>
352
+ <p><a href="https://github.com/yhara/vision" target="_blank">yhara/vision</a> is a working example of using Ovto with Rails 5.</p>
341
353
  <h2 id="acknowledgements">Acknowledgements</h2>
342
354
  <ul>
343
355
  <li><a href="https://github.com/hyperapp/hyperapp" target="_blank">hyperapp</a></li>
@@ -383,7 +395,7 @@ examples to use Ovto on Ruby on Rails.</p>
383
395
  <script>
384
396
  var gitbook = gitbook || [];
385
397
  gitbook.push(function() {
386
- gitbook.page.hasChanged({"page":{"title":"Introduction","level":"1.1","depth":1,"next":{"title":"Getting Started","level":"1.2","depth":1,"path":"guides/tutorial.md","ref":"guides/tutorial.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":"README.md","mtime":"2018-06-01T11:06:49.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-06-01T12:07:18.151Z"},"basePath":".","book":{"language":""}});
398
+ gitbook.page.hasChanged({"page":{"title":"Introduction","level":"1.1","depth":1,"next":{"title":"Getting Started","level":"1.2","depth":1,"path":"guides/tutorial.md","ref":"guides/tutorial.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":"README.md","mtime":"2018-10-31T11:57:20.000Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-11-07T09:01:58.704Z"},"basePath":".","book":{"language":""}});
387
399
  });
388
400
  </script>
389
401
  </div>
@@ -1 +1 @@
1
- {"index":{"version":"0.5.12","fields":[{"name":"title","boost":10},{"name":"keywords","boost":15},{"name":"body","boost":1}],"ref":"url","documentStore":{"store":{"./":["'fahrenheit:'","'input',","'ovto","'ovto'","'span',","'text',","(e){","+","./example/rails4","./example/rails5","./example/sinatra","./example/stat",".j",">(e){","acknowledg","actions.set_celsius(value:","actions.set_fahrenheit(value:","app","book","class","client","contact","convert","demonstr","details.","document","e.target.value.to_i)","end","exampl","file.","framework","https://github.com/yhara/ovto/issu","hyperapp","inspir","introduct","myapp","myapp.run(id:","o","onchange:","opal,","ovto","rail","rails.","requir","rubi","see","serv","setup","side","sinatra","sinatra.","state.celsiu","state.fahrenheit","static","type:","us","value:","view')","web","yardoc","{","}","},"],"guides/tutorial.html":["\"https://rubygems.org\"","\"ifchanged\"","\"ovto\",","\"state\",","\"state:","\"uniniti","#","$","$nameerror","'bundl","'fahrenheit:'","'input',","'ovto","'ovto'","'rake'","'span',","'text',","'yhara/ovto'","(.html","(and","(compil","(e){","(gem","(or","(see","(tips:","(valu","*","+","./app.rb","./example/*).",".js)","/","0","10","100","100,","212","32","32)","5","9.0","=",">",">(e){","[0","]","action","action.","actions.","actions.set_celsiu","actions.set_celsius(value:","actions.set_celsius.","actions.set_fahrenheit(value:","ad","add","app","app.","app.j","app.js'","app.js:5022","app.rb","app.rb.","app.rb.)","app.rb:","arbitrary.","argument","attribut","auto","box.","browser","browser.","bundl","bundler","bundler)","c","call","case","celsiu","celsius:","celsius?","chang","check","class","click","code","code.","commit","compil","compile)","consol","constant","conver","convers","conversion.","convert.","correspond","creat","curious,","def","defin","degre","describ","develop","display","div","done.","e","e.target.value.","e.target.value.to_i)","each","easi","edit","emb","end","error","event","exampl","exec","executed.","fahrenheit","fahrenheit!","fahrenheit.","fail","final","first","first,","g","gem","gem:","gemfil","gemfile:","gener","get","git","github:","give","global","handler","handler.","happen","happend","hash","hello,","here","here,","html","id","ifchang","index.html","index.html.","index.html:","input","instal","install.","instanc","item","javascript'","javascript.","key","know","left","let'","look","make","manually,","master","merg","messag","message:","method","misspel","modifi","more:","myapp","myapp.run(id:","myapp::act","myapp::actions.","myapp::state\",","myapp::state\"}","myapp::state.","myapp::view.","name","namespace.","new","new_celsiu","new_celsius}","next,","now","o","object","old","onchang","onchange:","opal","opal::n","open","other.","otherwise,","ovto","ovto,","ovto::wiredactions.","page)","parameters)","pass","prerequisit","press","prohibited.","proxi","rail","re","react","read","releas","reload","render","replac","repres","requir","result","return","revers","right","rubi","run","same","save","schedul","second","see","see:","set","set_fahrenheit","set_fahrenheit(state:,","setup","shoot","show","sinatra","somewher","sourc","special","specifi","stack:","start","starts.","stat,","state","state.","state.celsiu","state.celsius.","state.fahrenheit","state.fahrenheit.","static","step","step.","string","support","syntax","tab","tag","take","there.","think","this.","this:","those","tire","to:","too.","tri","troubl","tutori","tutorial,","type:","uncaught","uniniti","updat","us","user","valu","value.","value:","value:)","view","view')","view.","want","wrap","write","you.","{","{celsius:","{name:","}","},"],"api/app.html":["'opal'","'ovto","'ovto'","action","action.","actions.update_color","ad","all,","app","app.","button","chang","class","color","color_idx","defin","else.","end","event","exampl","execut","first","fun:","handler","here","indic","it.","let'","myapp","myapp.run(id:","need","noth","now","onclick","ovto","ovto::app","render","requir","smallest","state","state,","subclass","updat","update_color","view","view')","{","}","},"],"api/state.html":["\"hello","#=>","(taro)\"","1","1,","2","2)","3","3)","=","[].","access","apps,","array","bar:","book","class","default","defin","exampl","hash,","i.e.","immut","immutable.","instanc","instead,","key.","list","manipul","member","method","name","nest","new_stat","new_state.bar","new_state.foo","object","ovto","ovto::st","practic","repres","state","state#merge.","state.","state.bar","state.merge(bar:","state.new(foo:","statelist.","this.","updat","us","valu","world"],"api/actions.html":["'button',","'opal'","'ovto","'ovto'","1)",">{","action","action,","actions.increment(by:","app","argument","automat","call","chang","class","class.","compon","conventions:","defin","don't","end","example:","hash.","here","instanc","keyword","merg","method","method.","more","myapp","myapp.run(id:","name","need","o","onclick:","origin","ovto::act","ovto::wiredact","pass","provid","receiv","render","requir","return","same","schedul","state","state.","state:","state;","updat","us","valu","via","view')","view.","way","{","}"],"api/component.html":["\"morethanonenode\",","\"morethanonenode:","\"myapp::view#rend","\"on\"","#=>","$morethanonenod","'12'","'age:'","'button',","'div#main'","'div'","'div',","'div.main'","'h1',","'hello.'","'input',","'li',","'main',","'o'","'red'},","'render'","'span',","'text'","'text',","'ul'","'your","12",">(e){","abov","age:","anoth","app","app'","argument","attribut","attribute:","block","call","class","class,","class.","class:","compon","content.","creat","def","defin","describ","dom","e","e.target.valu","element.","end","error","error.","event","example:","gener","give","global","handler.","hash","hash.","hello.","here.","html","https://github.com/hyperapp/hyperapp#key","https://github.com/hyperapp/hyperapp#lifecycl","ids.","input","instanc","javascript","key","keyword","lifecycl","message:","method","miss","more","morethanonenod","myapp::view#rend","name.","need","node","node.","notat","note","o","object.","onc","onclick:","oncreate,","ondestroy.","onremove,","onupdate,","onxx","opal::n","ovto","ovto::compon","ovto::component#o","ovto::component.","p","pass","pleas","rais","render","render(state:)","render.","shorthand","singl","something.\",","sometim","special","specifi","stack:","start","state","state.todos.each","state:.","style","style:","sub","subclass","surround","tag","tag,","tag.","take","text","this.","todo.titl","todolist","todos'","too.","type:","valu","value:","view","view.","want","words,","wrap","yield","{","{color:","{name:","|todo|","}","},","…opbox/proj/ovto/example/tutorial/app.js:22887:18)\"}"],"guides/debugging.html":["app","debug","debug',","except","id='ovto","ovto","page","shown","tag","tag."],"guides/development.html":["bundl","clone","develop","doc","doc:build","exec","git","instal","note","rake","rebuild","run","test","unit"]},"length":8},"tokenStore":{"root":{"0":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366}}},"1":{"0":{"0":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.007736943907156673}},",":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}},"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}},"2":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}},"docs":{"api/state.html":{"ref":"api/state.html","tf":0.03296703296703297}},",":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}},")":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.022727272727272728}}}},"2":{"1":{"2":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366}}},"docs":{}},"docs":{"api/state.html":{"ref":"api/state.html","tf":0.02197802197802198}},")":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}}},"3":{"2":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},")":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}},"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}},")":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}}},"5":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}},"9":{"docs":{},".":{"0":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}},"docs":{}}},"docs":{},"'":{"1":{"2":{"docs":{},"'":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}},"docs":{}},"docs":{},"f":{"docs":{},"a":{"docs":{},"h":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"h":{"docs":{},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{},":":{"docs":{},"'":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{},"'":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.005802707930367505},"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}}}}},"o":{"docs":{},"v":{"docs":{},"t":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/app.html":{"ref":"api/app.html","tf":0.014925373134328358},"api/actions.html":{"ref":"api/actions.html","tf":0.011363636363636364}},"'":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366},"api/app.html":{"ref":"api/app.html","tf":0.029850746268656716},"api/actions.html":{"ref":"api/actions.html","tf":0.011363636363636364}}}}}},"p":{"docs":{},"a":{"docs":{},"l":{"docs":{},"'":{"docs":{"api/app.html":{"ref":"api/app.html","tf":0.029850746268656716},"api/actions.html":{"ref":"api/actions.html","tf":0.011363636363636364}}}}}},"'":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"n":{"docs":{},"'":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}}}},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"'":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}},",":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.005802707930367505},"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}}}},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}},"t":{"docs":{},"t":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{},",":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.011363636363636364},"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"k":{"docs":{},"e":{"docs":{},"'":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}},"e":{"docs":{},"d":{"docs":{},"'":{"docs":{},"}":{"docs":{},",":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"'":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}}}}},"y":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"/":{"docs":{},"o":{"docs":{},"v":{"docs":{},"t":{"docs":{},"o":{"docs":{},"'":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},":":{"docs":{},"'":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}}},"d":{"docs":{},"i":{"docs":{},"v":{"docs":{},"#":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{},"'":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}}}},"'":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.023166023166023165}},",":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.011583011583011582}}}},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{},"'":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}}}}}}},"h":{"1":{"docs":{},"'":{"docs":{},",":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.007722007722007722}}}}},"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},".":{"docs":{},"'":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.023166023166023165}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"'":{"docs":{},",":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{},"'":{"docs":{},",":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}}}},"u":{"docs":{},"l":{"docs":{},"'":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}},"(":{"docs":{},"e":{"docs":{},")":{"docs":{},"{":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"i":{"docs":{},"l":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}},"g":{"docs":{},"e":{"docs":{},"m":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}},"o":{"docs":{},"r":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}},"s":{"docs":{},"e":{"docs":{},"e":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}},"t":{"docs":{},"i":{"docs":{},"p":{"docs":{},"s":{"docs":{},":":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}},"a":{"docs":{},"r":{"docs":{},"o":{"docs":{},")":{"docs":{},"\"":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}},"+":{"docs":{"./":{"ref":"./","tf":0.024691358024691357},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}},".":{"docs":{},"/":{"docs":{},"e":{"docs":{},"x":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"/":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"s":{"4":{"docs":{"./":{"ref":"./","tf":0.012345679012345678}}},"5":{"docs":{"./":{"ref":"./","tf":0.012345679012345678}}},"docs":{}}}}}},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"a":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.012345679012345678}}}}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.012345679012345678}}}}}},"*":{"docs":{},")":{"docs":{},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}}}}}},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},".":{"docs":{},"r":{"docs":{},"b":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}},"j":{"docs":{"./":{"ref":"./","tf":0.012345679012345678}},"s":{"docs":{},")":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}},">":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366}},"(":{"docs":{},"e":{"docs":{},")":{"docs":{},"{":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.005802707930367505},"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}},"{":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.011363636363636364}}}},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"n":{"docs":{},"o":{"docs":{},"w":{"docs":{},"l":{"docs":{},"e":{"docs":{},"d":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.012345679012345678}}}}}}}}}},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.015473887814313346},"api/app.html":{"ref":"api/app.html","tf":0.029850746268656716},"api/actions.html":{"ref":"api/actions.html","tf":10.079545454545455}},"s":{"docs":{},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"_":{"docs":{},"c":{"docs":{},"e":{"docs":{},"l":{"docs":{},"s":{"docs":{},"i":{"docs":{},"u":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},"s":{"docs":{},"(":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366}}}}}}}}},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}}},"f":{"docs":{},"a":{"docs":{},"h":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"h":{"docs":{},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{},"(":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"o":{"docs":{},"r":{"docs":{"api/app.html":{"ref":"api/app.html","tf":0.014925373134328358}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"b":{"docs":{},"y":{"docs":{},":":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.022727272727272728}}}}}}}}}}}}}}}}},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/app.html":{"ref":"api/app.html","tf":0.014925373134328358}}},",":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.011363636363636364}}}}}}},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}}}}}},"p":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.024691358024691357},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.027079303675048357},"api/app.html":{"ref":"api/app.html","tf":10.014925373134329},"api/actions.html":{"ref":"api/actions.html","tf":0.03409090909090909},"api/component.html":{"ref":"api/component.html","tf":0.007722007722007722},"guides/debugging.html":{"ref":"guides/debugging.html","tf":0.08333333333333333}},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/app.html":{"ref":"api/app.html","tf":0.014925373134328358}},"j":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366}},"s":{"docs":{},"'":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}},":":{"5":{"0":{"2":{"2":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}},"r":{"docs":{},"b":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.005802707930367505}},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},")":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}},":":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}},"s":{"docs":{},",":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}}},"'":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}},"d":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/app.html":{"ref":"api/app.html","tf":0.014925373134328358}},"d":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.013539651837524178}}}},"r":{"docs":{},"b":{"docs":{},"i":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}}},"g":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/actions.html":{"ref":"api/actions.html","tf":0.022727272727272728},"api/component.html":{"ref":"api/component.html","tf":0.007722007722007722}}}}}}}},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}}}}},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/component.html":{"ref":"api/component.html","tf":0.011583011583011582}},"e":{"docs":{},":":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.011583011583011582}}}}}}}}}}},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.011363636363636364}}}}}}}},"l":{"docs":{},"l":{"docs":{},",":{"docs":{"api/app.html":{"ref":"api/app.html","tf":0.014925373134328358}}}}},"b":{"docs":{},"o":{"docs":{},"v":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}},"g":{"docs":{},"e":{"docs":{},":":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}},"n":{"docs":{},"o":{"docs":{},"t":{"docs":{},"h":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}}},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.024691358024691357},"api/state.html":{"ref":"api/state.html","tf":0.03296703296703297}}}},"x":{"docs":{},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.005802707930367505}}}}},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.009671179883945842},"guides/development.html":{"ref":"guides/development.html","tf":0.17647058823529413}},"e":{"docs":{},"r":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},")":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}},"t":{"docs":{},"t":{"docs":{},"o":{"docs":{},"n":{"docs":{"api/app.html":{"ref":"api/app.html","tf":0.029850746268656716}}}}}}},"a":{"docs":{},"r":{"docs":{},":":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}}},"c":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.005802707930367505}},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.019342359767891684},"api/app.html":{"ref":"api/app.html","tf":0.07462686567164178},"api/state.html":{"ref":"api/state.html","tf":0.08791208791208792},"api/actions.html":{"ref":"api/actions.html","tf":0.011363636363636364},"api/component.html":{"ref":"api/component.html","tf":0.015444015444015444}},".":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.03409090909090909},"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}},",":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}},":":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.012345679012345678}}}}},"c":{"docs":{},"k":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{"guides/development.html":{"ref":"guides/development.html","tf":0.058823529411764705}}}}}},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.012345679012345678}}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366}},"t":{"docs":{"./":{"ref":"./","tf":0.012345679012345678}},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}},"s":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},":":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.011363636363636364}}}}}}}}}}},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366}}}}}}}},"d":{"docs":{},"e":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}},"m":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}},"p":{"docs":{},"i":{"docs":{},"l":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},"e":{"docs":{},")":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}},"o":{"docs":{},"n":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.011363636363636364},"api/component.html":{"ref":"api/component.html","tf":10.015444015444016}}}}}},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"r":{"docs":{"api/app.html":{"ref":"api/app.html","tf":0.014925373134328358}},"_":{"docs":{},"i":{"docs":{},"d":{"docs":{},"x":{"docs":{"api/app.html":{"ref":"api/app.html","tf":0.029850746268656716}}}}}}}}}},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.005802707930367505},"api/actions.html":{"ref":"api/actions.html","tf":0.022727272727272728},"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}},"s":{"docs":{},"e":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366}}}}},"e":{"docs":{},"l":{"docs":{},"s":{"docs":{},"i":{"docs":{},"u":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.013539651837524178}},"s":{"docs":{},":":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}},"?":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366},"api/app.html":{"ref":"api/app.html","tf":0.014925373134328358},"api/actions.html":{"ref":"api/actions.html","tf":0.011363636363636364}}}}},"e":{"docs":{},"c":{"docs":{},"k":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/component.html":{"ref":"api/component.html","tf":0.007722007722007722}}}}}},"u":{"docs":{},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{},"u":{"docs":{},"s":{"docs":{},",":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.024691358024691357}}}}}}}},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.012345679012345678}}}}}}}},"f":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}},"i":{"docs":{},"n":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366},"api/app.html":{"ref":"api/app.html","tf":0.029850746268656716},"api/state.html":{"ref":"api/state.html","tf":0.04395604395604396},"api/actions.html":{"ref":"api/actions.html","tf":0.011363636363636364},"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}}}}}},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.017408123791102514}}}}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/component.html":{"ref":"api/component.html","tf":0.007722007722007722}}}}}}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"guides/development.html":{"ref":"guides/development.html","tf":10.058823529411764}}}}}}},"b":{"docs":{},"u":{"docs":{},"g":{"docs":{"guides/debugging.html":{"ref":"guides/debugging.html","tf":10.166666666666666}},"'":{"docs":{},",":{"docs":{"guides/debugging.html":{"ref":"guides/debugging.html","tf":0.08333333333333333}}}}}}}},"o":{"docs":{},"c":{"docs":{"guides/development.html":{"ref":"guides/development.html","tf":0.058823529411764705}},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.012345679012345678}}}}}}},":":{"docs":{},"b":{"docs":{},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"guides/development.html":{"ref":"guides/development.html","tf":0.058823529411764705}}}}}}}}},"n":{"docs":{},"e":{"docs":{},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}},"'":{"docs":{},"t":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.011363636363636364}}}}},"m":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.011583011583011582}}}},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}},"v":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}},"e":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}},".":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},".":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.007722007722007722}},"e":{"docs":{},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"i":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.024691358024691357},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.007736943907156673}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.04938271604938271},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.009671179883945842},"api/app.html":{"ref":"api/app.html","tf":0.04477611940298507},"api/actions.html":{"ref":"api/actions.html","tf":0.03409090909090909},"api/component.html":{"ref":"api/component.html","tf":0.023166023166023165}}}},"x":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.024691358024691357},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/app.html":{"ref":"api/app.html","tf":0.014925373134328358},"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}},"e":{"docs":{},":":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.011363636363636364},"api/component.html":{"ref":"api/component.html","tf":0.007722007722007722}}}}}}}},"e":{"docs":{},"c":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.007736943907156673},"guides/development.html":{"ref":"guides/development.html","tf":0.11764705882352941}},"u":{"docs":{},"t":{"docs":{"api/app.html":{"ref":"api/app.html","tf":0.014925373134328358}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"guides/debugging.html":{"ref":"guides/debugging.html","tf":0.08333333333333333}}}}}}},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}},"s":{"docs":{},"i":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}},"m":{"docs":{},"b":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366},"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}},".":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.007736943907156673},"api/app.html":{"ref":"api/app.html","tf":0.014925373134328358},"api/component.html":{"ref":"api/component.html","tf":0.019305019305019305}}}}}},"l":{"docs":{},"s":{"docs":{},"e":{"docs":{},".":{"docs":{"api/app.html":{"ref":"api/app.html","tf":0.014925373134328358}}}}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.012345679012345678}}}}},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366},"api/app.html":{"ref":"api/app.html","tf":0.014925373134328358}},",":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.012345679012345678}}}}}}}}}},"a":{"docs":{},"h":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"h":{"docs":{},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.007736943907156673}},"!":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366}}}}}}}}}}},"i":{"docs":{},"l":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}},"u":{"docs":{},"n":{"docs":{},":":{"docs":{"api/app.html":{"ref":"api/app.html","tf":0.014925373134328358}}}}}},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},"s":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"y":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"/":{"docs":{},"o":{"docs":{},"v":{"docs":{},"t":{"docs":{},"o":{"docs":{},"/":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.012345679012345678}}}}}}}}}}}}}}}}},"h":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"/":{"docs":{},"h":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"#":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}},"l":{"docs":{},"i":{"docs":{},"f":{"docs":{},"e":{"docs":{},"c":{"docs":{},"y":{"docs":{},"c":{"docs":{},"l":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"m":{"docs":{},"l":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.024691358024691357}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/app.html":{"ref":"api/app.html","tf":0.014925373134328358}},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}}}},"p":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},"d":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}},"s":{"docs":{},"h":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}},",":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}},".":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.011363636363636364},"api/component.html":{"ref":"api/component.html","tf":0.007722007722007722}}}}}},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},",":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}},".":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.02702702702702703}}}}}},"r":{"docs":{},"e":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/app.html":{"ref":"api/app.html","tf":0.014925373134328358},"api/actions.html":{"ref":"api/actions.html","tf":0.011363636363636364}},",":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}},".":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}}},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"p":{"docs":{},"i":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.012345679012345678}}}}},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366},"guides/development.html":{"ref":"guides/development.html","tf":0.058823529411764705}},"l":{"docs":{},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}},"n":{"docs":{},"c":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366},"api/state.html":{"ref":"api/state.html","tf":0.02197802197802198},"api/actions.html":{"ref":"api/actions.html","tf":0.011363636363636364},"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},",":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}}}}}}},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":10}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}},":":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}}},"i":{"docs":{},"c":{"docs":{"api/app.html":{"ref":"api/app.html","tf":0.014925373134328358}}}}},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.013539651837524178},"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}},"d":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},"s":{"docs":{},".":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}},"=":{"docs":{},"'":{"docs":{},"o":{"docs":{},"v":{"docs":{},"t":{"docs":{},"o":{"docs":{"guides/debugging.html":{"ref":"guides/debugging.html","tf":0.08333333333333333}}}}}}}}},"f":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366}}}}}}}},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366}}}},".":{"docs":{"api/app.html":{"ref":"api/app.html","tf":0.029850746268656716}}}},".":{"docs":{},"e":{"docs":{},".":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}}}},"m":{"docs":{},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}}}}}}}}}}},"m":{"docs":{},"y":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.005802707930367505},"api/app.html":{"ref":"api/app.html","tf":0.029850746268656716},"api/actions.html":{"ref":"api/actions.html","tf":0.011363636363636364}},".":{"docs":{},"r":{"docs":{},"u":{"docs":{},"n":{"docs":{},"(":{"docs":{},"i":{"docs":{},"d":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/app.html":{"ref":"api/app.html","tf":0.014925373134328358},"api/actions.html":{"ref":"api/actions.html","tf":0.011363636363636364}}}}}}}}}},":":{"docs":{},":":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.005802707930367505}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"\"":{"docs":{},",":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}},"}":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}},"v":{"docs":{},"i":{"docs":{},"e":{"docs":{},"w":{"docs":{},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}},"#":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}}}}}}}}}}}}},"a":{"docs":{},"k":{"docs":{},"e":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.007736943907156673}}}},"n":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}},"i":{"docs":{},"p":{"docs":{},"u":{"docs":{},"l":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}}}}}},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}},"e":{"docs":{},"r":{"docs":{},"g":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366},"api/actions.html":{"ref":"api/actions.html","tf":0.011363636363636364}}}},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},"e":{"docs":{},":":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}}}},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.007736943907156673},"api/state.html":{"ref":"api/state.html","tf":0.04395604395604396},"api/actions.html":{"ref":"api/actions.html","tf":0.022727272727272728},"api/component.html":{"ref":"api/component.html","tf":0.015444015444015444}},".":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.011363636363636364}}}}}}},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}}}}}},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}},"p":{"docs":{},"e":{"docs":{},"l":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}},"o":{"docs":{},"d":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}},"r":{"docs":{},"e":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.011363636363636364},"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}},":":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}},"t":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.007722007722007722}}}}}}}}}}}}}}}},"o":{"docs":{"./":{"ref":"./","tf":0.024691358024691357},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.007736943907156673},"api/actions.html":{"ref":"api/actions.html","tf":0.011363636363636364},"api/component.html":{"ref":"api/component.html","tf":0.07335907335907337}},"n":{"docs":{},"c":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},"e":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.007736943907156673}}}}}}}},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{"api/app.html":{"ref":"api/app.html","tf":0.014925373134328358}},":":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.011363636363636364},"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},",":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"y":{"docs":{},".":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{},"v":{"docs":{},"e":{"docs":{},",":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}}}}},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},",":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}}}}},"x":{"docs":{},"x":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}},"p":{"docs":{},"a":{"docs":{},"l":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.007736943907156673}},",":{"docs":{"./":{"ref":"./","tf":0.012345679012345678}}},":":{"docs":{},":":{"docs":{},"n":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}}},"e":{"docs":{},"n":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}},"v":{"docs":{},"t":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.07407407407407407},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.015473887814313346},"api/app.html":{"ref":"api/app.html","tf":0.014925373134328358},"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099},"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861},"guides/debugging.html":{"ref":"guides/debugging.html","tf":0.16666666666666666}},",":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}},":":{"docs":{},":":{"docs":{},"w":{"docs":{},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.022727272727272728}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}}}}}}}},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{"api/app.html":{"ref":"api/app.html","tf":0.029850746268656716}}}},"c":{"docs":{},"t":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.011363636363636364}}}}},"s":{"docs":{},"t":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.02197802197802198}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"#":{"docs":{},"o":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}},".":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}}}}}}}}}}}}},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}},".":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}}}},"l":{"docs":{},"d":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}},"w":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},",":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}}}},"r":{"docs":{},"i":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.011363636363636364}}}}}}}},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.012345679012345678}}}}},"s":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}},"k":{"docs":{},"e":{"docs":{"guides/development.html":{"ref":"guides/development.html","tf":0.058823529411764705}}}}},"e":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366},"api/app.html":{"ref":"api/app.html","tf":0.05970149253731343},"api/actions.html":{"ref":"api/actions.html","tf":0.022727272727272728}}}}}},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}},"d":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/app.html":{"ref":"api/app.html","tf":0.014925373134328358},"api/actions.html":{"ref":"api/actions.html","tf":0.011363636363636364},"api/component.html":{"ref":"api/component.html","tf":0.011583011583011582}},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},":":{"docs":{},")":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}}}}}},".":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}}}}},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.005802707930367505},"api/actions.html":{"ref":"api/actions.html","tf":0.022727272727272728}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}},"c":{"docs":{},"e":{"docs":{},"i":{"docs":{},"v":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.011363636363636364}}}}}},"b":{"docs":{},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"guides/development.html":{"ref":"guides/development.html","tf":0.058823529411764705}}}}}}}},"u":{"docs":{},"b":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366}}}},"n":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.007736943907156673},"guides/development.html":{"ref":"guides/development.html","tf":0.058823529411764705}}}},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}},"s":{"docs":{},"e":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.007736943907156673}},":":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}},"r":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.012345679012345678}}}},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},"u":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366}}}},"_":{"docs":{},"f":{"docs":{},"a":{"docs":{},"h":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"h":{"docs":{},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},":":{"docs":{},",":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.012345679012345678}}}},"n":{"docs":{},"a":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},".":{"docs":{"./":{"ref":"./","tf":0.012345679012345678}}}}}}},"g":{"docs":{},"l":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.011583011583011582}}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.017408123791102514},"api/app.html":{"ref":"api/app.html","tf":0.014925373134328358},"api/state.html":{"ref":"api/state.html","tf":10.087912087912088},"api/actions.html":{"ref":"api/actions.html","tf":0.03409090909090909},"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.01160541586073501},"api/state.html":{"ref":"api/state.html","tf":0.03296703296703297},"api/actions.html":{"ref":"api/actions.html","tf":0.022727272727272728}},"c":{"docs":{},"e":{"docs":{},"l":{"docs":{},"s":{"docs":{},"i":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.005802707930367505}},"s":{"docs":{},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}}},"f":{"docs":{},"a":{"docs":{},"h":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"h":{"docs":{},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366}},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}}}}}},"b":{"docs":{},"a":{"docs":{},"r":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.02197802197802198}}}}},"m":{"docs":{},"e":{"docs":{},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{},"b":{"docs":{},"a":{"docs":{},"r":{"docs":{},":":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"(":{"docs":{},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},":":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}}}}}}}}},"t":{"docs":{},"o":{"docs":{},"d":{"docs":{},"o":{"docs":{},"s":{"docs":{},".":{"docs":{},"e":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}}}}}}}}},",":{"docs":{"api/app.html":{"ref":"api/app.html","tf":0.014925373134328358}}},"#":{"docs":{},"m":{"docs":{},"e":{"docs":{},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},".":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},".":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}}}}}},":":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.011363636363636364}},".":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}},";":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.011363636363636364}}}},"i":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}},",":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}},"c":{"docs":{},"k":{"docs":{},":":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}},"r":{"docs":{},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":5.0019342359767895},"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}},"s":{"docs":{},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}},"e":{"docs":{},"p":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.007722007722007722}},":":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.007722007722007722}}}}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/actions.html":{"ref":"api/actions.html","tf":0.022727272727272728}}}},"v":{"docs":{},"e":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/actions.html":{"ref":"api/actions.html","tf":0.011363636363636364}}}}}}}},"h":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}},"w":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},"n":{"docs":{"guides/debugging.html":{"ref":"guides/debugging.html","tf":0.08333333333333333}}}},"r":{"docs":{},"t":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}}}}}},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{},"\"":{"docs":{},",":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}}}}},"i":{"docs":{},"m":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}}},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/component.html":{"ref":"api/component.html","tf":0.019305019305019305}}}},"f":{"docs":{},"i":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/component.html":{"ref":"api/component.html","tf":0.015444015444015444}}}}}}}},"u":{"docs":{},"p":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}},"b":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.011583011583011582}},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"api/app.html":{"ref":"api/app.html","tf":0.014925373134328358},"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}}}},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}}}}},"y":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"x":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}},"m":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"api/app.html":{"ref":"api/app.html","tf":0.014925373134328358}}}}}}}}}},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.005802707930367505},"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}},"a":{"docs":{},"b":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}},"g":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366},"api/component.html":{"ref":"api/component.html","tf":0.007722007722007722},"guides/debugging.html":{"ref":"guides/debugging.html","tf":0.08333333333333333}},",":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}},".":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861},"guides/debugging.html":{"ref":"guides/debugging.html","tf":0.08333333333333333}}}},"k":{"docs":{},"e":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.005802707930367505},"api/component.html":{"ref":"api/component.html","tf":0.011583011583011582}}}}},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}},"i":{"docs":{},"n":{"docs":{},"k":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}},"s":{"docs":{},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099},"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}},":":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}},"o":{"docs":{},":":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}},"o":{"docs":{},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366},"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}},"d":{"docs":{},"o":{"docs":{},".":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}},"s":{"docs":{},"'":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}}},"r":{"docs":{},"i":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}},"o":{"docs":{},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},"a":{"docs":{},"l":{"docs":{},",":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}}},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.011583011583011582}}}},"s":{"docs":{},"t":{"docs":{"guides/development.html":{"ref":"guides/development.html","tf":0.058823529411764705}}}}}},"u":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/state.html":{"ref":"api/state.html","tf":0.02197802197802198},"api/actions.html":{"ref":"api/actions.html","tf":0.011363636363636364}},"e":{"docs":{},"r":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}},"n":{"docs":{},"c":{"docs":{},"a":{"docs":{},"u":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}},"t":{"docs":{"guides/development.html":{"ref":"guides/development.html","tf":0.058823529411764705}}}}},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.009671179883945842},"api/app.html":{"ref":"api/app.html","tf":0.014925373134328358},"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099},"api/actions.html":{"ref":"api/actions.html","tf":0.022727272727272728}},"e":{"docs":{},"_":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"o":{"docs":{},"r":{"docs":{"api/app.html":{"ref":"api/app.html","tf":0.014925373134328358}}}}}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.015473887814313346},"api/state.html":{"ref":"api/state.html","tf":0.02197802197802198},"api/actions.html":{"ref":"api/actions.html","tf":0.011363636363636364},"api/component.html":{"ref":"api/component.html","tf":0.007722007722007722}},"e":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.024691358024691357},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.007736943907156673},"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}},")":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.005802707930367505}}}}}}},"i":{"docs":{},"e":{"docs":{},"w":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.009671179883945842},"api/app.html":{"ref":"api/app.html","tf":0.014925373134328358},"api/component.html":{"ref":"api/component.html","tf":0.011583011583011582}},"'":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/app.html":{"ref":"api/app.html","tf":0.014925373134328358},"api/actions.html":{"ref":"api/actions.html","tf":0.011363636363636364}}}},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/actions.html":{"ref":"api/actions.html","tf":0.011363636363636364},"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}},"a":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.011363636363636364}}}}},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{"./":{"ref":"./","tf":0.012345679012345678}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}},"y":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.011363636363636364}}}},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/component.html":{"ref":"api/component.html","tf":0.007722007722007722}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}},"o":{"docs":{},"r":{"docs":{},"l":{"docs":{},"d":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}}},"d":{"docs":{},"s":{"docs":{},",":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}}}},"y":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},"o":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.012345679012345678}}}}}}},"o":{"docs":{},"u":{"docs":{},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}},"i":{"docs":{},"e":{"docs":{},"l":{"docs":{},"d":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}}},"{":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.005802707930367505},"api/app.html":{"ref":"api/app.html","tf":0.014925373134328358},"api/actions.html":{"ref":"api/actions.html","tf":0.011363636363636364},"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}},"c":{"docs":{},"e":{"docs":{},"l":{"docs":{},"s":{"docs":{},"i":{"docs":{},"u":{"docs":{},"s":{"docs":{},":":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}},"o":{"docs":{},"l":{"docs":{},"o":{"docs":{},"r":{"docs":{},":":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},":":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}}}},"}":{"docs":{"./":{"ref":"./","tf":0.024691358024691357},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.007736943907156673},"api/app.html":{"ref":"api/app.html","tf":0.014925373134328358},"api/actions.html":{"ref":"api/actions.html","tf":0.022727272727272728},"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}},",":{"docs":{"./":{"ref":"./","tf":0.024691358024691357},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.007736943907156673},"api/app.html":{"ref":"api/app.html","tf":0.014925373134328358},"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}},"\"":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},"s":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"r":{"docs":{},"u":{"docs":{},"b":{"docs":{},"y":{"docs":{},"g":{"docs":{},"e":{"docs":{},"m":{"docs":{},"s":{"docs":{},".":{"docs":{},"o":{"docs":{},"r":{"docs":{},"g":{"docs":{},"\"":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}}}}}},"i":{"docs":{},"f":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"e":{"docs":{},"d":{"docs":{},"\"":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}}}}},"o":{"docs":{},"v":{"docs":{},"t":{"docs":{},"o":{"docs":{},"\"":{"docs":{},",":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}},"n":{"docs":{},"\"":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"\"":{"docs":{},",":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}},":":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}},"u":{"docs":{},"n":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}},"m":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"\"":{"docs":{},",":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}},":":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}}}}}}}}}}}}},"y":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},":":{"docs":{},":":{"docs":{},"v":{"docs":{},"i":{"docs":{},"e":{"docs":{},"w":{"docs":{},"#":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}}}}}}}}}}}}}}},"#":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},"=":{"docs":{},">":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.04395604395604396},"api/component.html":{"ref":"api/component.html","tf":0.03861003861003861}}}}},"$":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}}}},"m":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}}}}}}}}}}}}},"*":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}},"/":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}},"=":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366},"api/state.html":{"ref":"api/state.html","tf":0.02197802197802198}}},"[":{"0":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}},"docs":{},"]":{"docs":{},".":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}}}},"]":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}},"g":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366}},"e":{"docs":{},"m":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.007736943907156673}},":":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},"e":{"docs":{},":":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/component.html":{"ref":"api/component.html","tf":0.011583011583011582}}}}},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":5.0019342359767895}}}},"i":{"docs":{},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"guides/development.html":{"ref":"guides/development.html","tf":0.058823529411764705}},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},":":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}},"v":{"docs":{},"e":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.007736943907156673},"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}}}},"j":{"docs":{},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}},"'":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/component.html":{"ref":"api/component.html","tf":0.011583011583011582}},".":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.022727272727272728},"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}}}},"n":{"docs":{},"o":{"docs":{},"w":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.005802707930367505}}}}}},"l":{"docs":{},"e":{"docs":{},"f":{"docs":{},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}},"t":{"docs":{},"'":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.007736943907156673},"api/app.html":{"ref":"api/app.html","tf":0.014925373134328358}}}}},"o":{"docs":{},"o":{"docs":{},"k":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.02197802197802198}}}},"f":{"docs":{},"e":{"docs":{},"c":{"docs":{},"y":{"docs":{},"c":{"docs":{},"l":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099},"api/actions.html":{"ref":"api/actions.html","tf":0.011363636363636364}},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}},".":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}},"e":{"docs":{},"w":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},"_":{"docs":{},"c":{"docs":{},"e":{"docs":{},"l":{"docs":{},"s":{"docs":{},"i":{"docs":{},"u":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},"s":{"docs":{},"}":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}},"e":{"docs":{},".":{"docs":{},"b":{"docs":{},"a":{"docs":{},"r":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}}}},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}}}}}}}}}}}},"x":{"docs":{},"t":{"docs":{},",":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366}}}}},"e":{"docs":{},"d":{"docs":{"api/app.html":{"ref":"api/app.html","tf":0.014925373134328358},"api/actions.html":{"ref":"api/actions.html","tf":0.011363636363636364},"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}},"s":{"docs":{},"t":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.02197802197802198}}}}},"o":{"docs":{},"w":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.015473887814313346},"api/app.html":{"ref":"api/app.html","tf":0.014925373134328358}}},"t":{"docs":{},"h":{"docs":{"api/app.html":{"ref":"api/app.html","tf":0.014925373134328358}}},"a":{"docs":{},"t":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}},"e":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861},"guides/development.html":{"ref":"guides/development.html","tf":0.058823529411764705}}}},"d":{"docs":{},"e":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.007722007722007722}},".":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.011583011583011582}}}}}}},"p":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{"guides/debugging.html":{"ref":"guides/debugging.html","tf":0.08333333333333333}},")":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},")":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}}}},"s":{"docs":{},"s":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/actions.html":{"ref":"api/actions.html","tf":0.011363636363636364},"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}}},"s":{"docs":{},"s":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}},"o":{"docs":{},"h":{"docs":{},"i":{"docs":{},"b":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}}},"x":{"docs":{},"i":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.022727272727272728}}}}}},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}}}}}}},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}}},"|":{"docs":{},"t":{"docs":{},"o":{"docs":{},"d":{"docs":{},"o":{"docs":{},"|":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}}}},"…":{"docs":{},"o":{"docs":{},"p":{"docs":{},"b":{"docs":{},"o":{"docs":{},"x":{"docs":{},"/":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"j":{"docs":{},"/":{"docs":{},"o":{"docs":{},"v":{"docs":{},"t":{"docs":{},"o":{"docs":{},"/":{"docs":{},"e":{"docs":{},"x":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"/":{"docs":{},"t":{"docs":{},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"/":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},":":{"2":{"2":{"8":{"8":{"7":{"docs":{},":":{"1":{"8":{"docs":{},")":{"docs":{},"\"":{"docs":{},"}":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003861003861003861}}}}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"length":694},"corpusTokens":["\"hello","\"https://rubygems.org\"","\"ifchanged\"","\"morethanonenode\",","\"morethanonenode:","\"myapp::view#rend","\"on\"","\"ovto\",","\"state\",","\"state:","\"uniniti","#","#=>","$","$morethanonenod","$nameerror","'12'","'age:'","'bundl","'button',","'div#main'","'div'","'div',","'div.main'","'fahrenheit:'","'h1',","'hello.'","'input',","'li',","'main',","'o'","'opal'","'ovto","'ovto'","'rake'","'red'},","'render'","'span',","'text'","'text',","'ul'","'yhara/ovto'","'your","(.html","(and","(compil","(e){","(gem","(or","(see","(taro)\"","(tips:","(valu","*","+","./app.rb","./example/*).","./example/rails4","./example/rails5","./example/sinatra","./example/stat",".j",".js)","/","0","1","1)","1,","10","100","100,","12","2","2)","212","3","3)","32","32)","5","9.0","=",">",">(e){",">{","[0","[].","]","abov","access","acknowledg","action","action,","action.","actions.","actions.increment(by:","actions.set_celsiu","actions.set_celsius(value:","actions.set_celsius.","actions.set_fahrenheit(value:","actions.update_color","ad","add","age:","all,","anoth","app","app'","app.","app.j","app.js'","app.js:5022","app.rb","app.rb.","app.rb.)","app.rb:","apps,","arbitrary.","argument","array","attribut","attribute:","auto","automat","bar:","block","book","box.","browser","browser.","bundl","bundler","bundler)","button","c","call","case","celsiu","celsius:","celsius?","chang","check","class","class,","class.","class:","click","client","clone","code","code.","color","color_idx","commit","compil","compile)","compon","consol","constant","contact","content.","conventions:","conver","convers","conversion.","convert","convert.","correspond","creat","curious,","debug","debug',","def","default","defin","degre","demonstr","describ","details.","develop","display","div","doc","doc:build","document","dom","don't","done.","e","e.target.valu","e.target.value.","e.target.value.to_i)","each","easi","edit","element.","else.","emb","end","error","error.","event","exampl","example:","except","exec","execut","executed.","fahrenheit","fahrenheit!","fahrenheit.","fail","file.","final","first","first,","framework","fun:","g","gem","gem:","gemfil","gemfile:","gener","get","git","github:","give","global","handler","handler.","happen","happend","hash","hash,","hash.","hello,","hello.","here","here,","here.","html","https://github.com/hyperapp/hyperapp#key","https://github.com/hyperapp/hyperapp#lifecycl","https://github.com/yhara/ovto/issu","hyperapp","i.e.","id","id='ovto","ids.","ifchang","immut","immutable.","index.html","index.html.","index.html:","indic","input","inspir","instal","install.","instanc","instead,","introduct","it.","item","javascript","javascript'","javascript.","key","key.","keyword","know","left","let'","lifecycl","list","look","make","manipul","manually,","master","member","merg","messag","message:","method","method.","miss","misspel","modifi","more","more:","morethanonenod","myapp","myapp.run(id:","myapp::act","myapp::actions.","myapp::state\",","myapp::state\"}","myapp::state.","myapp::view#rend","myapp::view.","name","name.","namespace.","need","nest","new","new_celsiu","new_celsius}","new_stat","new_state.bar","new_state.foo","next,","node","node.","notat","note","noth","now","o","object","object.","old","onc","onchang","onchange:","onclick","onclick:","oncreate,","ondestroy.","onremove,","onupdate,","onxx","opal","opal,","opal::n","open","origin","other.","otherwise,","ovto","ovto,","ovto::act","ovto::app","ovto::compon","ovto::component#o","ovto::component.","ovto::st","ovto::wiredact","ovto::wiredactions.","p","page","page)","parameters)","pass","pleas","practic","prerequisit","press","prohibited.","provid","proxi","rail","rails.","rais","rake","re","react","read","rebuild","receiv","releas","reload","render","render(state:)","render.","replac","repres","requir","result","return","revers","right","rubi","run","same","save","schedul","second","see","see:","serv","set","set_fahrenheit","set_fahrenheit(state:,","setup","shoot","shorthand","show","shown","side","sinatra","sinatra.","singl","smallest","something.\",","sometim","somewher","sourc","special","specifi","stack:","start","starts.","stat,","state","state#merge.","state,","state.","state.bar","state.celsiu","state.celsius.","state.fahrenheit","state.fahrenheit.","state.merge(bar:","state.new(foo:","state.todos.each","state:","state:.","state;","statelist.","static","step","step.","string","style","style:","sub","subclass","support","surround","syntax","tab","tag","tag,","tag.","take","test","text","there.","think","this.","this:","those","tire","to:","todo.titl","todolist","todos'","too.","tri","troubl","tutori","tutorial,","type:","uncaught","uniniti","unit","updat","update_color","us","user","valu","value.","value:","value:)","via","view","view')","view.","want","way","web","words,","world","wrap","write","yardoc","yield","you.","{","{celsius:","{color:","{name:","|todo|","}","},","…opbox/proj/ovto/example/tutorial/app.js:22887:18)\"}"],"pipeline":["stopWordFilter","stemmer"]},"store":{"./":{"url":"./","title":"Introduction","keywords":"","body":"Ovto\nClient-side web framework for Opal, inspired by hyperapp\nDocuments\n\nBook\nyardoc\n\nExample\n\nrequire 'ovto'\n\nclass MyApp (e){ actions.set_celsius(value: e.target.value.to_i) },\n value: state.celsius\n }\n o 'span', 'Fahrenheit:'\n o 'input', {\n type: 'text',\n onchange: ->(e){ actions.set_fahrenheit(value: e.target.value.to_i) },\n value: state.fahrenheit\n }\n end\n end\n end\nend\n\nMyApp.run(id: 'ovto-view')\n\nSee the book for details.\nSetup\nStatic\n./example/static demonstrates how to convert Ovto app\ninto a .js file.\nOvto + Sinatra\n./example/sinatra demonstrates how to serve Ovto app\nfrom Sinatra.\nOvto + Rails\n./example/rails4 and ./example/rails5 are\nexamples to use Ovto on Ruby on Rails.\nAcknowledgements\n\nhyperapp\n\nContact\nhttps://github.com/yhara/ovto/issues\n"},"guides/tutorial.html":{"url":"guides/tutorial.html","title":"Getting Started","keywords":"","body":"Getting Started\nThis is a tutorial of making an Ovto app. We create a static app (.html + .js) here,\nbut you can embed Ovto apps into a Rails or Sinatra app (See ./example/*).\nThis is the final Ruby code.\nrequire 'ovto'\n\nclass MyApp (e){ actions.set_celsius(value: e.target.value.to_i) },\n value: state.celsius\n }\n o 'span', 'Fahrenheit:'\n o 'input', {\n type: 'text',\n onchange: ->(e){ actions.set_fahrenheit(value: e.target.value.to_i) },\n value: state.fahrenheit\n }\n end\n end\n end\nend\n\nMyApp.run(id: 'ovto-view')\nLet's take a look step-by-step.\nPrerequisites\n\nRuby\nBundler (gem install bundler)\n\nSetup\nMake a Gemfile:\nsource \"https://rubygems.org\"\ngem \"ovto\", github: 'yhara/ovto' # Use git master because ovto gem is not released yet\ngem 'rake'\nRun bundle install.\nHTML\nMake an index.html:\n\n\n \n \n \n \n \n \n \n \n\n\nWrite code\napp.rb:\nrequire 'ovto'\n\nclass MyApp \n\nThe name MyApp is arbitrary.\nThe id ovto-view corresponds to the div tag in index.html.\n\nCompile\nGenerate app.js from app.rb.\n$ bundle exec opal -c -g ovto app.rb > app.js\n(Compile will fail if there is a syntax error in your app.rb.)\nNow you can run your app by opening index.html in your browser.\nTrouble shooting\nIf you see HELLO, the setup is done. Otherwise, check the developer console\nand you should see some error messages there.\nFor example if you misspelled class State to class Stat, you will see:\napp.js:5022 Uncaught $NameError {name: \"State\", message: \"uninitialized constant MyApp::State\", stack: \"State: uninitialized constant MyApp::State\"}\nbecause an Ovto app must have a State class in its namespace.\n(Tips: auto-compile)\nIf you get tired to run bundle exec opal manually, try ifchanged gem:\n\nAdd gem \"ifchanged\" to Gemfile\nbundle install\nbundle exec ifchanged ./app.rb --do 'bundle exec opal -c -g ovto app.rb > app.js'\n\nNow you just edit and save app.rb and it runs opal -c for you.\nAdd some state\nIn this tutorial, we make an app that convers Celsius and Fahrenheit degrees to\neach other. First, add an item to MyApp::State.\n class State \nNow an item celsius is added to the global app state. Its value is 0 when\nthe app starts. You can read this value by state.celsius. Let's display the\nvalue with MyApp::View.\n class View \nNow you should see Celsius: [0 ] in the browser.\nAdd a method to State\nNext, we want to know what degree is it in Fahrenheit. Let's add a method to\nconvert.\n class State \nNow you can know the value by state.fahrenheit. Update the View to show the value too.\n class View Add an action\nNow we know 0 degrees Celsius is 32 degrees Fahrenheit. But how about 10 degrees or\n100 degrees Celsius? Let's update the app to we can specify a Celsius value.\nYou may think that you can change the value with state.celsius = 100, but this is\nprohibited. In Ovto, you can only modify app state with Actions.\nOur first action looks like this. An action is a method defined in MyApp::Actions.\nIt takes an old state (and its own parameters) and returns a Hash that describes\nthe updates to the state. This return value is merged into the global app state.\n class Actions \nThis action can be called by actions.set_celsius from the View. Replace the\nfirst input tag with this:\n o 'input', {\n type: 'text',\n onchange: ->(e){ actions.set_celsius(value: e.target.value.to_i) },\n value: state.celsius\n }\n\nonchange: is a special attribute that takes an event handler as its value.\nThe argument e is an instance of Opal::Native and wraps the event object of\nJavaScript. In this case you can get the input string by e.target.value.\nNow reload your browser and input 100 to the left input box. Next, press Tab key\n(or click somewhere in the page) to commit the value. Then you should see 212\nin the right input box. 100 degrees Celsius is 212 degrees Fahrenheit!\nWhat has happend\nIn case you are curious, here is what happens when you give 100 to the input box.\n\nJavaScript's onchange event is executed.\nOvto calls the event handler.\nIt calls actions.set_celsius. actions is an instance of Ovto::WiredActions.\nIt is a proxy to the MyApp::Actions. It has the same methods as those in\nMyApp::Actions but does some more:\nIt passes state to the user-defined action.\nIt merges the result to the global app state.\nIt schedules re-rendering the view to represent the new state.\n\n\n\nReverse conversion\nIt is easy to update the app to support Fahrenheit-to-Celsius conversion.\nThe second input should be updated to:\n o 'input', {\n type: 'text',\n onchange: ->(e){ actions.set_fahrenheit(value: e.target.value.to_i) },\n value: state.fahrenheit\n }\n\nThen add an action set_fahrenheit to MyApp::Actions. This action convers the\nFahrenheit degree into Celsius and set it to the global state.\n def set_fahrenheit(state:, value:)\n new_celsius = (value - 32) * 5 / 9.0\n return {celsius: new_celsius}\n end\n\nNow your app should react to the change of the Fahrenheit value too. \n"},"api/app.html":{"url":"api/app.html","title":"App","keywords":"","body":"Ovto::App\nFirst of all, you need to define a subclass of Ovto::App and define class State,\nclass Actions and class View in it.\nExample\nThis is a smallest Ovto app.\nrequire 'opal'\nrequire 'ovto'\n\nclass MyApp \nIt renders a button and does nothing else. Let's have some fun:\nrequire 'opal'\nrequire 'ovto'\n\nclass MyApp { actions.update_color },\n }\n end\n end\nend\n\nMyApp.run(id: 'ovto-view')\n\nHere we added color_idx to app state and update_color action to change it.\nThe button is updated to have the color indicated by color_idx and\nnow has onclick event handler which executes the action.\n"},"api/state.html":{"url":"api/state.html","title":"State","keywords":"","body":"Ovto::State\nOvto::State is like a hash, but members are accessible with name rather than [].\nExample\nclass State 1\nstate.bar #=> 2\n\nDefault value\nclass State 1\nstate.bar #=> 2\n\nImmutable\nState objects are immutable. i.e. you cannot update value of a key. Instead, use State#merge.\nstate = State.new(foo: 1, bar: 2)\nnew_state = state.merge(bar: 3)\nnew_state.foo #=> 1\nnew_state.bar #=> 3\n\nNesting state\nFor practical apps, you can nest State like this.\nclass Book \nDefining instance methods of state\nYou can define instance methods of state.\nclass Book \"Hello world (taro)\"\n\nDefining class methods of state\nOvto does not have a class like StateList. Just use Array to represent a list of state.\nYou can define class methods to manipulate a list of state.\nclass Book \n"},"api/actions.html":{"url":"api/actions.html","title":"Actions","keywords":"","body":"Ovto::Actions\nActions are the only way to change the state. Actions must be defined as methods of\nthe Actions class. Here is some more conventions:\n\nYou must use keyword arguments\nYou must provide state: keyword to receive the app state\nYou must return state updates as a Hash. It will be merged into the app state.\n\nExample:\nrequire 'opal'\nrequire 'ovto'\n\nclass MyApp { actions.increment(by: 1) }\n end\n end\nend\n\nMyApp.run(id: 'ovto-view')\n\nCalling actions\nActions can be called from components via actions method. This is an instance of\nOvto::WiredActions and has methods of the same name as your Actions class.\n o 'button', onclick: ->{ actions.increment(by: 1) }\nArguments are almost the same as the original but you don't need to provide state;\nit is automatically passed by Ovto::WiredActions class. It also updates the app\nstate with the return value of the action, and schedules rendering the view.\n"},"api/component.html":{"url":"api/component.html","title":"Component","keywords":"","body":"Ovto::Component\nYour app must have a View class, a subclass of Ovto::Component.\n'render' method\nrender is the only method you need to define in the View class.\nIt must take the global app state as a keyword argument state:.\n class View MoreThanOneNode error\nIf you missed the surrounding 'div' tag, Ovto raises an MoreThanOneNode error. render must create a single DOM node.\n def render(state:)\n o 'h1', 'Your todos'\n o 'ul' do\n state.todos.each do |todo|\n o 'li', todo.title\n end\n end\n end\n\n#=> $MoreThanOneNode {name: \"MoreThanOneNode\", message: \"MyApp::View#render must generate a single DOM node. Please wrap the tags with a 'div' or something.\", stack: \"MoreThanOneNode: MyApp::View#render must generate …opbox/proj/ovto/example/tutorial/app.js:22887:18)\"}\nThe 'o' method\n\nOvto::Component#o describes your app's view. For example:\no 'div'\n#=> \n\no 'div', 'Hello.'\n#=> Hello.\n\nYou can pass attributes with a Hash.\no 'div', class: 'main', 'Hello.'\n#=> Hello.\n\nThere are shorthand notations for classes and ids.\no 'div.main'\n#=> Hello.\n\no 'div#main'\n#=> Hello.\n\nYou can also give a block to specify its content.\no 'div' do\n 'Hello.'\nend\n#=> Hello.\n\no 'div' do\n o 'h1', 'Hello.'\nend\n#=> Hello.\n\nSpecial attribute: style\n\nThere are some special keys for the attributes Hash. style: key takes a hash as \nits value and specifies styles of the tag.\no 'div', style: {color: 'red'}, 'Hello.'\n#=> Hello.\n\nSpecial attribute: onxx\nAn attribute starts with \"on\" specifies an event handler.\nFor example:\no 'input', {\n type: 'button',\n onclick: ->(e){ p e.target.value },\n value: 'Hello.'\n}\n\nThe argument e is an instance of Opal::Native and wraps the JavaScript event object.\nYou can get the input value with e.target.value here.\nLifecycle events\nThere are special events oncreate, onupdate, onremove, ondestroy.\nhttps://github.com/hyperapp/hyperapp#lifecycle-events\nSpecial attribute: key\nhttps://github.com/hyperapp/hyperapp#keys\nSub components\no can take another component class to render.\n class TodoList \nNote that you cannot call o more than once in the render method of sub components too.\nIn other words, sub component must yield a single DOM element.\nText node\nSometimes you may want to create a text node.\n#=> Age: 12\n\no generates a text node when 'text' is specified as tag name. The above\nHTML could be described like this.\no 'div' do\n o 'text', 'Age:'\n o 'span', '12'\nend\n\n"},"guides/debugging.html":{"url":"guides/debugging.html","title":"Debugging","keywords":"","body":"Debugging Ovto app\novto-debug\nIf the page has a tag with id='ovto-debug', exception is shown in the tag.\n"},"guides/development.html":{"url":"guides/development.html","title":"Development","keywords":"","body":"Development notes\nHow to run unit test\n\ngit clone\nbundle install\nbundle exec rake\n\nHow to rebuild docs\nbundle exec doc:build\n"}}}
1
+ {"index":{"version":"0.5.12","fields":[{"name":"title","boost":10},{"name":"keywords","boost":15},{"name":"body","boost":1}],"ref":"url","documentStore":{"store":{"./":["'fahrenheit:'","'input',","'ovto","'ovto'","'span',","'text',","(e){","+","./example/sinatra","./example/stat",".j","5.",">(e){","acknowledg","actions.set_celsius(value:","actions.set_fahrenheit(value:","app","book","class","client","contact","convert","demonstr","details.","document","e.target.value.to_i)","end","exampl","file.","framework","https://github.com/yhara/ovto/issu","hyperapp","inspir","introduct","myapp","myapp.run(id:","o","onchange:","opal,","ovto","rail","requir","see","serv","setup","side","sinatra","sinatra.","state.celsiu","state.fahrenheit","static","type:","us","value:","view')","web","work","yardoc","yhara/vis","{","}","},"],"guides/tutorial.html":["\"https://rubygems.org\"","\"ifchanged\"","\"ovto\",","\"state\",","\"state:","\"uniniti","#","$","$nameerror","'bundl","'fahrenheit:'","'input',","'ovto","'ovto'","'rake'","'span',","'text',","'yhara/ovto'","(.html","(and","(compil","(e){","(gem","(or","(see","(tips:","(valu","*","+","./app.rb","./example/*).",".js)","/","0","10","100","100,","212","32","32)","5","9.0","=",">",">(e){","[0","]","action","action.","actions.","actions.set_celsiu","actions.set_celsius(value:","actions.set_celsius.","actions.set_fahrenheit(value:","ad","add","app","app.","app.j","app.js'","app.js:5022","app.rb","app.rb.","app.rb.)","app.rb:","arbitrary.","argument","attribut","auto","box.","browser","browser.","bundl","bundler","bundler)","c","call","case","celsiu","celsius:","celsius?","chang","check","class","click","code","code.","commit","compil","compile)","consol","constant","conver","convers","conversion.","convert.","correspond","creat","curious,","def","defin","degre","describ","develop","display","div","done.","e","e.target.value.","e.target.value.to_i)","each","easi","edit","emb","end","error","event","exampl","exec","executed.","fahrenheit","fahrenheit!","fahrenheit.","fail","final","first","first,","g","gem","gem:","gemfil","gemfile:","gener","get","git","github:","give","global","handler","handler.","happen","happend","hash","hello,","here","here,","html","id","ifchang","index.html","index.html.","index.html:","input","instal","install.","instanc","item","javascript'","javascript.","key","know","left","let'","look","make","manually,","master","merg","messag","message:","method","misspel","modifi","more:","myapp","myapp.run(id:","myapp::act","myapp::actions.","myapp::state\",","myapp::state\"}","myapp::state.","myapp::view.","name","namespace.","new","new_celsiu","new_celsius}","next,","now","o","object","old","onchang","onchange:","opal","opal::n","open","other.","otherwise,","ovto","ovto,","ovto::wiredactions.","page)","parameters)","pass","prerequisit","press","prohibited.","proxi","rail","re","react","read","releas","reload","render","replac","repres","requir","result","return","revers","right","rubi","run","same","save","schedul","second","see","see:","set","set_fahrenheit","set_fahrenheit(state:,","setup","shoot","show","sinatra","somewher","sourc","special","specifi","stack:","start","starts.","stat,","state","state.","state.celsiu","state.celsius.","state.fahrenheit","state.fahrenheit.","static","step","step.","string","support","syntax","tab","tag","take","there.","think","this.","this:","those","tire","to:","too.","tri","troubl","tutori","tutorial,","type:","uncaught","uniniti","updat","us","user","valu","value.","value:","value:)","view","view')","view.","want","wrap","write","you.","{","{celsius:","{name:","}","},"],"api/app.html":["'opal'","'ovto","'ovto'","action","action.","actions.update_color","ad","all,","app","app.","button","call","certain","chang","class","color","color_idx","defin","else.","end","event","exampl","example:","execut","first","fun:","handler","here","indic","invok","it.","let'","myapp","myapp#actions.","myapp#setup","myapp.run(id:","need","noth","now","onclick","ovto","ovto::app","render","requir","smallest","startup","startup,","state","state,","subclass","updat","update_color","us","view","view')","{","}","},"],"api/state.html":["\"hello","#=>","(taro)\"","1","1,","2","2)","3","3)","=","[].","access","apps,","array","bar:","book","class","default","defin","exampl","hash,","i.e.","immut","immutable.","instanc","instead,","key.","list","manipul","member","method","name","nest","new_stat","new_state.bar","new_state.foo","object","ovto","ovto::st","practic","repres","state","state#merge.","state.","state.bar","state.merge(bar:","state.new(foo:","statelist.","this.","updat","us","valu","world"],"api/actions.html":["'button',","'opal'","'ovto","'ovto'","(see","1)",">{","action","action,","actions.increment(by:","anoth","api","apis,","app","argument","async","automat","call","cases,","caus","chang","class","class.","compon","conventions:","defin","don't","end","example:","hash.","here","instanc","keyword","merg","method","method.","more","myapp","myapp.run(id:","name","need","needed.","next","nil","o","onclick:","origin","ovto","ovto::act","ovto::wiredact","pass","promis","provid","receiv","reflect","render","requir","responds.","result","return","same","schedul","section).","server","skip","special","state","state.","state:","state;","such","tell","until","updat","us","valu","via","view')","view.","way","{","}"],"api/component.html":["\"morethanonenode\",","\"morethanonenode:","\"myapp::view#rend","\"on\"","#","#=>","$morethanonenod","'12'","'age:'","'button',","'div#main'","'div'","'div',","'div.main'","'h1',","'hello.'","'input',","'li',","'main',","'o'","'red'},","'render'","'span',","'text'","'text',","'ul'","'your","(not","+","12",">(e){","abov","age:","anoth","app","app'","argument","attribut","attribute:","block","class","class,","class.","class:","compon","components,","content.","creat","def","defin","describ","dom","e","e.target.valu","enclos","end","error","error.","event","example:","gener","give","global","handler.","hash","hash.","hello.","here.","html","https://github.com/hyperapp/hyperapp#key","https://github.com/hyperapp/hyperapp#lifecycl","ids.","inner","input","instanc","javascript","key","keyword","lifecycl","message:","method","miss","morethanonenod","myapp::view#rend","name.","need","node","node.","notat","o","object.","onclick:","oncreate,","ondestroy.","onremove,","onupdate,","onxx","opal::n","optional.","ovto","ovto::compon","ovto::component#o","ovto::component.","p","pass","pleas","rais","raw","render","render(state:)","render.","shorthand","singl","something.\",","sometim","special","specifi","stack:","start","state","state.todos.each","state:","state:.","style","style:","sub","subclass","surround","tag","tag)","tag,","tag.","take","text","this.","todo.titl","todolist","todos'","type:","valu","value:","view","view.","want","wrap","{","{color:","{name:","|","|todo|","}","},","~~~~~","…opbox/proj/ovto/example/tutorial/app.js:22887:18)\"}"],"api/fetch.html":["\"do","#","'post',","'put',","(eg.",".","404","api","api,","app","automat","call","care","command.)","contain","conveni","csrf","don't","e","error,","etc.","exampl","fetch","found,","gener","header","json","json_data","meta","need","network","object","opal'","ovto","ovto.fetch","ovto.fetch('/api/new_task',","ovto.fetch('/api/tasks'){|json_data|","ovto.fetch('/api/tasks/1',","p","page","parameters.","pars","post","promis","provid","put","rail","return","scaffold","send","server","side","something\"}){|json_data|","specifi","tag","those","token","typic","wrapper","x","{title:","}","}.fail{|e|"],"guides/debugging.html":["$console;","'console';","(note:","app","app,","consol","console.log","console.log(state:","console;","debug","debug',","def","develop","end","equal","except","featur","id='ovto","javascript","javascript.","mostli","object","offici","opal.","ovto","p","page","print","requir","setup","shown","state.new","state.new)","state:","support","tag","tag.","this:)","too."],"guides/development.html":["bundl","clone","develop","doc","doc:build","exec","git","instal","note","rake","rebuild","run","test","unit"]},"length":9},"tokenStore":{"root":{"0":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366}}},"1":{"0":{"0":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.007736943907156673}},",":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}},"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}},"2":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}},"docs":{"api/state.html":{"ref":"api/state.html","tf":0.03296703296703297}},",":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}},")":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.014705882352941176}}}},"2":{"1":{"2":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366}}},"docs":{}},"docs":{"api/state.html":{"ref":"api/state.html","tf":0.02197802197802198}},")":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}}},"3":{"2":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},")":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}},"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}},")":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}}},"4":{"0":{"4":{"docs":{"api/fetch.html":{"ref":"api/fetch.html","tf":0.027777777777777776}}},"docs":{}},"docs":{}},"5":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},".":{"docs":{"./":{"ref":"./","tf":0.012345679012345678}}}},"9":{"docs":{},".":{"0":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}},"docs":{}}},"docs":{},"'":{"1":{"2":{"docs":{},"'":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}},"docs":{}},"docs":{},"f":{"docs":{},"a":{"docs":{},"h":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"h":{"docs":{},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{},":":{"docs":{},"'":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{},"'":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.005802707930367505},"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}}}}},"o":{"docs":{},"v":{"docs":{},"t":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/app.html":{"ref":"api/app.html","tf":0.012195121951219513},"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588}},"'":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366},"api/app.html":{"ref":"api/app.html","tf":0.024390243902439025},"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588}}}}}},"p":{"docs":{},"a":{"docs":{},"l":{"docs":{},"'":{"docs":{"api/app.html":{"ref":"api/app.html","tf":0.024390243902439025},"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588}}}}}},"'":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"n":{"docs":{},"'":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}}}},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"'":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}},",":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.005802707930367505},"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}}}},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}},"t":{"docs":{},"t":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{},",":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588},"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"k":{"docs":{},"e":{"docs":{},"'":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}},"e":{"docs":{},"d":{"docs":{},"'":{"docs":{},"}":{"docs":{},",":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"'":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}}}}},"y":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"/":{"docs":{},"o":{"docs":{},"v":{"docs":{},"t":{"docs":{},"o":{"docs":{},"'":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},":":{"docs":{},"'":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}}},"d":{"docs":{},"i":{"docs":{},"v":{"docs":{},"#":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{},"'":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}}}},"'":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.022727272727272728}},",":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.011363636363636364}}}},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{},"'":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}}}}}}},"h":{"1":{"docs":{},"'":{"docs":{},",":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.007575757575757576}}}}},"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},".":{"docs":{},"'":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.022727272727272728}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"'":{"docs":{},",":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{},"'":{"docs":{},",":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}}}},"u":{"docs":{},"l":{"docs":{},"'":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"'":{"docs":{},",":{"docs":{"api/fetch.html":{"ref":"api/fetch.html","tf":0.009259259259259259}}}}}}},"u":{"docs":{},"t":{"docs":{},"'":{"docs":{},",":{"docs":{"api/fetch.html":{"ref":"api/fetch.html","tf":0.009259259259259259}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"'":{"docs":{},";":{"docs":{"guides/debugging.html":{"ref":"guides/debugging.html","tf":0.022222222222222223}}}}}}}}}}}},"(":{"docs":{},"e":{"docs":{},")":{"docs":{},"{":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}},"g":{"docs":{},".":{"docs":{"api/fetch.html":{"ref":"api/fetch.html","tf":0.009259259259259259}}}}},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"i":{"docs":{},"l":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}},"g":{"docs":{},"e":{"docs":{},"m":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}},"o":{"docs":{},"r":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}},"s":{"docs":{},"e":{"docs":{},"e":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588}}}}},"t":{"docs":{},"i":{"docs":{},"p":{"docs":{},"s":{"docs":{},":":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}},"a":{"docs":{},"r":{"docs":{},"o":{"docs":{},")":{"docs":{},"\"":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}},"n":{"docs":{},"o":{"docs":{},"t":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}},"e":{"docs":{},":":{"docs":{"guides/debugging.html":{"ref":"guides/debugging.html","tf":0.022222222222222223}}}}}}}},"+":{"docs":{"./":{"ref":"./","tf":0.024691358024691357},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}},".":{"docs":{"api/fetch.html":{"ref":"api/fetch.html","tf":0.009259259259259259}},"/":{"docs":{},"e":{"docs":{},"x":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"/":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"a":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.012345679012345678}}}}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.012345679012345678}}}}}},"*":{"docs":{},")":{"docs":{},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}}}}}},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},".":{"docs":{},"r":{"docs":{},"b":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}},"j":{"docs":{"./":{"ref":"./","tf":0.012345679012345678}},"s":{"docs":{},")":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}},">":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366}},"(":{"docs":{},"e":{"docs":{},")":{"docs":{},"{":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.005802707930367505},"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}},"{":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588}}}},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"n":{"docs":{},"o":{"docs":{},"w":{"docs":{},"l":{"docs":{},"e":{"docs":{},"d":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.012345679012345678}}}}}}}}}},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.015473887814313346},"api/app.html":{"ref":"api/app.html","tf":0.04878048780487805},"api/actions.html":{"ref":"api/actions.html","tf":0.08823529411764706}},"s":{"docs":{},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"_":{"docs":{},"c":{"docs":{},"e":{"docs":{},"l":{"docs":{},"s":{"docs":{},"i":{"docs":{},"u":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},"s":{"docs":{},"(":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366}}}}}}}}},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}}},"f":{"docs":{},"a":{"docs":{},"h":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"h":{"docs":{},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{},"(":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"o":{"docs":{},"r":{"docs":{"api/app.html":{"ref":"api/app.html","tf":0.012195121951219513}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"b":{"docs":{},"y":{"docs":{},":":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.014705882352941176}}}}}}}}}}}}}}}}},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/app.html":{"ref":"api/app.html","tf":0.012195121951219513}}},",":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588}}}}}}},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}}}}}},"p":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.024691358024691357},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.027079303675048357},"api/app.html":{"ref":"api/app.html","tf":0.024390243902439025},"api/actions.html":{"ref":"api/actions.html","tf":0.04411764705882353},"api/component.html":{"ref":"api/component.html","tf":0.007575757575757576},"api/fetch.html":{"ref":"api/fetch.html","tf":0.009259259259259259},"guides/debugging.html":{"ref":"guides/debugging.html","tf":0.022222222222222223}},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/app.html":{"ref":"api/app.html","tf":0.012195121951219513}},"j":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366}},"s":{"docs":{},"'":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}},":":{"5":{"0":{"2":{"2":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}},"r":{"docs":{},"b":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.005802707930367505}},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},")":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}},":":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}},"s":{"docs":{},",":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}}},"'":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}},",":{"docs":{"guides/debugging.html":{"ref":"guides/debugging.html","tf":0.022222222222222223}}}},"i":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588},"api/fetch.html":{"ref":"api/fetch.html","tf":0.018518518518518517}},"s":{"docs":{},",":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588}}}},",":{"docs":{"api/fetch.html":{"ref":"api/fetch.html","tf":0.009259259259259259}}}}},"d":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/app.html":{"ref":"api/app.html","tf":0.012195121951219513}},"d":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.013539651837524178}}}},"r":{"docs":{},"b":{"docs":{},"i":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}}},"g":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/actions.html":{"ref":"api/actions.html","tf":0.014705882352941176},"api/component.html":{"ref":"api/component.html","tf":0.007575757575757576}}}}}}}},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}}}}},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/component.html":{"ref":"api/component.html","tf":0.011363636363636364}},"e":{"docs":{},":":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.011363636363636364}}}}}}}}}}},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588},"api/fetch.html":{"ref":"api/fetch.html","tf":0.009259259259259259}}}}}}}},"l":{"docs":{},"l":{"docs":{},",":{"docs":{"api/app.html":{"ref":"api/app.html","tf":0.012195121951219513}}}}},"n":{"docs":{},"o":{"docs":{},"t":{"docs":{},"h":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588},"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588}}}}}},"b":{"docs":{},"o":{"docs":{},"v":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}},"g":{"docs":{},"e":{"docs":{},":":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.024691358024691357},"api/state.html":{"ref":"api/state.html","tf":0.03296703296703297}}}},"x":{"docs":{},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.005802707930367505}}}}},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.009671179883945842},"guides/development.html":{"ref":"guides/development.html","tf":0.17647058823529413}},"e":{"docs":{},"r":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},")":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}},"t":{"docs":{},"t":{"docs":{},"o":{"docs":{},"n":{"docs":{"api/app.html":{"ref":"api/app.html","tf":0.024390243902439025}}}}}}},"a":{"docs":{},"r":{"docs":{},":":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}}},"c":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.005802707930367505}},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.019342359767891684},"api/app.html":{"ref":"api/app.html","tf":0.07317073170731707},"api/state.html":{"ref":"api/state.html","tf":0.08791208791208792},"api/actions.html":{"ref":"api/actions.html","tf":0.014705882352941176},"api/component.html":{"ref":"api/component.html","tf":0.015151515151515152}},".":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.022058823529411766},"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}},",":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}},":":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.012345679012345678}}}}},"c":{"docs":{},"k":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{"guides/development.html":{"ref":"guides/development.html","tf":0.058823529411764705}}}}}},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.012345679012345678}}}},"i":{"docs":{},"n":{"docs":{"api/fetch.html":{"ref":"api/fetch.html","tf":0.009259259259259259}}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366}},"t":{"docs":{"./":{"ref":"./","tf":0.012345679012345678}},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}},"s":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},":":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588}}}}}}}},"i":{"docs":{"api/fetch.html":{"ref":"api/fetch.html","tf":0.009259259259259259}}}}}},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"guides/debugging.html":{"ref":"guides/debugging.html","tf":0.022222222222222223}},"e":{"docs":{},".":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{"guides/debugging.html":{"ref":"guides/debugging.html","tf":0.06666666666666667}},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},":":{"docs":{"guides/debugging.html":{"ref":"guides/debugging.html","tf":0.022222222222222223}}}}}}}}}}}}},";":{"docs":{"guides/debugging.html":{"ref":"guides/debugging.html","tf":0.022222222222222223}}}}}},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366}}}}}}}},"d":{"docs":{},"e":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}},"m":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},".":{"docs":{},")":{"docs":{"api/fetch.html":{"ref":"api/fetch.html","tf":0.009259259259259259}}}}}}}},"p":{"docs":{},"i":{"docs":{},"l":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},"e":{"docs":{},")":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}},"o":{"docs":{},"n":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588},"api/component.html":{"ref":"api/component.html","tf":0.011363636363636364}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},",":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}}}}}}},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"r":{"docs":{"api/app.html":{"ref":"api/app.html","tf":0.012195121951219513}},"_":{"docs":{},"i":{"docs":{},"d":{"docs":{},"x":{"docs":{"api/app.html":{"ref":"api/app.html","tf":0.024390243902439025}}}}}}}}}},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.005802707930367505},"api/app.html":{"ref":"api/app.html","tf":0.012195121951219513},"api/actions.html":{"ref":"api/actions.html","tf":0.029411764705882353},"api/fetch.html":{"ref":"api/fetch.html","tf":0.018518518518518517}}}},"s":{"docs":{},"e":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366}},"s":{"docs":{},",":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588}}}}}},"u":{"docs":{},"s":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588}}}},"r":{"docs":{},"e":{"docs":{"api/fetch.html":{"ref":"api/fetch.html","tf":0.009259259259259259}}}}},"e":{"docs":{},"l":{"docs":{},"s":{"docs":{},"i":{"docs":{},"u":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.013539651837524178}},"s":{"docs":{},":":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}},"?":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}},"r":{"docs":{},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"api/app.html":{"ref":"api/app.html","tf":0.012195121951219513}}}}}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366},"api/app.html":{"ref":"api/app.html","tf":0.012195121951219513},"api/actions.html":{"ref":"api/actions.html","tf":0.029411764705882353}}}}},"e":{"docs":{},"c":{"docs":{},"k":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/component.html":{"ref":"api/component.html","tf":0.007575757575757576}}}}}},"u":{"docs":{},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{},"u":{"docs":{},"s":{"docs":{},",":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}},"s":{"docs":{},"r":{"docs":{},"f":{"docs":{"api/fetch.html":{"ref":"api/fetch.html","tf":0.027777777777777776}}}}}},"d":{"docs":{},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.024691358024691357}}}}}}}},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.012345679012345678}}}}}}}},"f":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788},"guides/debugging.html":{"ref":"guides/debugging.html","tf":0.022222222222222223}},"i":{"docs":{},"n":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366},"api/app.html":{"ref":"api/app.html","tf":0.036585365853658534},"api/state.html":{"ref":"api/state.html","tf":0.04395604395604396},"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588},"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}}}}}},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.017408123791102514}}}}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/component.html":{"ref":"api/component.html","tf":0.007575757575757576}}}}}}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"guides/debugging.html":{"ref":"guides/debugging.html","tf":0.022222222222222223},"guides/development.html":{"ref":"guides/development.html","tf":10.058823529411764}}}}}}},"b":{"docs":{},"u":{"docs":{},"g":{"docs":{"guides/debugging.html":{"ref":"guides/debugging.html","tf":10.044444444444444}},"'":{"docs":{},",":{"docs":{"guides/debugging.html":{"ref":"guides/debugging.html","tf":0.022222222222222223}}}}}}}},"o":{"docs":{},"c":{"docs":{"guides/development.html":{"ref":"guides/development.html","tf":0.058823529411764705}},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.012345679012345678}}}}}}},":":{"docs":{},"b":{"docs":{},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"guides/development.html":{"ref":"guides/development.html","tf":0.058823529411764705}}}}}}}}},"n":{"docs":{},"e":{"docs":{},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}},"'":{"docs":{},"t":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588},"api/fetch.html":{"ref":"api/fetch.html","tf":0.009259259259259259}}}}},"m":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.007575757575757576}}}},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}},"v":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}},"e":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788},"api/fetch.html":{"ref":"api/fetch.html","tf":0.027777777777777776}},".":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},".":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.007575757575757576}},"e":{"docs":{},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"i":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.024691358024691357},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.007736943907156673}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.04938271604938271},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.009671179883945842},"api/app.html":{"ref":"api/app.html","tf":0.036585365853658534},"api/actions.html":{"ref":"api/actions.html","tf":0.022058823529411766},"api/component.html":{"ref":"api/component.html","tf":0.022727272727272728},"guides/debugging.html":{"ref":"guides/debugging.html","tf":0.022222222222222223}}},"c":{"docs":{},"l":{"docs":{},"o":{"docs":{},"s":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}}},"x":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.024691358024691357},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/app.html":{"ref":"api/app.html","tf":0.012195121951219513},"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099},"api/fetch.html":{"ref":"api/fetch.html","tf":0.009259259259259259}},"e":{"docs":{},":":{"docs":{"api/app.html":{"ref":"api/app.html","tf":0.012195121951219513},"api/actions.html":{"ref":"api/actions.html","tf":0.014705882352941176},"api/component.html":{"ref":"api/component.html","tf":0.007575757575757576}}}}}}}},"e":{"docs":{},"c":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.007736943907156673},"guides/development.html":{"ref":"guides/development.html","tf":0.11764705882352941}},"u":{"docs":{},"t":{"docs":{"api/app.html":{"ref":"api/app.html","tf":0.012195121951219513}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"guides/debugging.html":{"ref":"guides/debugging.html","tf":0.022222222222222223}}}}}}},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}},"s":{"docs":{},"i":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}},"m":{"docs":{},"b":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366},"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}},".":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}},",":{"docs":{"api/fetch.html":{"ref":"api/fetch.html","tf":0.05555555555555555}}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.007736943907156673},"api/app.html":{"ref":"api/app.html","tf":0.012195121951219513},"api/component.html":{"ref":"api/component.html","tf":0.01893939393939394}}}}}},"l":{"docs":{},"s":{"docs":{},"e":{"docs":{},".":{"docs":{"api/app.html":{"ref":"api/app.html","tf":0.012195121951219513}}}}}},"t":{"docs":{},"c":{"docs":{},".":{"docs":{"api/fetch.html":{"ref":"api/fetch.html","tf":0.027777777777777776}}}}},"q":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"guides/debugging.html":{"ref":"guides/debugging.html","tf":0.022222222222222223}}}}}}},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.012345679012345678}}}}},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366},"api/app.html":{"ref":"api/app.html","tf":0.012195121951219513}},",":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.012345679012345678}}}}}}}}}},"a":{"docs":{},"h":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"h":{"docs":{},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.007736943907156673}},"!":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366}}}}}}}}}}},"i":{"docs":{},"l":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}},"u":{"docs":{},"n":{"docs":{},":":{"docs":{"api/app.html":{"ref":"api/app.html","tf":0.012195121951219513}}}}},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"api/fetch.html":{"ref":"api/fetch.html","tf":0.009259259259259259}}}}},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"guides/debugging.html":{"ref":"guides/debugging.html","tf":0.022222222222222223}}}}}}},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},",":{"docs":{"api/fetch.html":{"ref":"api/fetch.html","tf":0.027777777777777776}}}}}}}},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},"s":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"y":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"/":{"docs":{},"o":{"docs":{},"v":{"docs":{},"t":{"docs":{},"o":{"docs":{},"/":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.012345679012345678}}}}}}}}}}}}}}}}},"h":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"/":{"docs":{},"h":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"#":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}},"l":{"docs":{},"i":{"docs":{},"f":{"docs":{},"e":{"docs":{},"c":{"docs":{},"y":{"docs":{},"c":{"docs":{},"l":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"m":{"docs":{},"l":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.024691358024691357}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/app.html":{"ref":"api/app.html","tf":0.012195121951219513}},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}}}},"p":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},"d":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}},"s":{"docs":{},"h":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}},",":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}},".":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588},"api/component.html":{"ref":"api/component.html","tf":0.007575757575757576}}}}}},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},",":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}},".":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.026515151515151516}}}}}},"r":{"docs":{},"e":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/app.html":{"ref":"api/app.html","tf":0.012195121951219513},"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588}},",":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}},".":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"api/fetch.html":{"ref":"api/fetch.html","tf":0.009259259259259259}}}}}}}},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"p":{"docs":{},"i":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.012345679012345678}}}}},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366},"guides/development.html":{"ref":"guides/development.html","tf":0.058823529411764705}},"l":{"docs":{},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}},"n":{"docs":{},"c":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366},"api/state.html":{"ref":"api/state.html","tf":0.02197802197802198},"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588},"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},",":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}}}}}}},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":10}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}},":":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}}},"i":{"docs":{},"c":{"docs":{"api/app.html":{"ref":"api/app.html","tf":0.012195121951219513}}}}},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.013539651837524178},"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}},"v":{"docs":{},"o":{"docs":{},"k":{"docs":{"api/app.html":{"ref":"api/app.html","tf":0.012195121951219513}}}}},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}},"d":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},"s":{"docs":{},".":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}},"=":{"docs":{},"'":{"docs":{},"o":{"docs":{},"v":{"docs":{},"t":{"docs":{},"o":{"docs":{"guides/debugging.html":{"ref":"guides/debugging.html","tf":0.022222222222222223}}}}}}}}},"f":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366}}}}}}}},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366}}}},".":{"docs":{"api/app.html":{"ref":"api/app.html","tf":0.024390243902439025}}}},".":{"docs":{},"e":{"docs":{},".":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}}}},"m":{"docs":{},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}}}}}}}}}}},"m":{"docs":{},"y":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.005802707930367505},"api/app.html":{"ref":"api/app.html","tf":0.036585365853658534},"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588}},".":{"docs":{},"r":{"docs":{},"u":{"docs":{},"n":{"docs":{},"(":{"docs":{},"i":{"docs":{},"d":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/app.html":{"ref":"api/app.html","tf":0.012195121951219513},"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588}}}}}}}}}},":":{"docs":{},":":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.005802707930367505}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"\"":{"docs":{},",":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}},"}":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}},"v":{"docs":{},"i":{"docs":{},"e":{"docs":{},"w":{"docs":{},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}},"#":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}}}}}}}}},"#":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"api/app.html":{"ref":"api/app.html","tf":0.012195121951219513}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"u":{"docs":{},"p":{"docs":{"api/app.html":{"ref":"api/app.html","tf":0.012195121951219513}}}}}}}}}}}},"a":{"docs":{},"k":{"docs":{},"e":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.007736943907156673}}}},"n":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}},"i":{"docs":{},"p":{"docs":{},"u":{"docs":{},"l":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}}}}}},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}},"e":{"docs":{},"r":{"docs":{},"g":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366},"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588}}}},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},"e":{"docs":{},":":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}}}},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.007736943907156673},"api/state.html":{"ref":"api/state.html","tf":0.04395604395604396},"api/actions.html":{"ref":"api/actions.html","tf":0.014705882352941176},"api/component.html":{"ref":"api/component.html","tf":0.015151515151515152}},".":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588}}}}}},"a":{"docs":{"api/fetch.html":{"ref":"api/fetch.html","tf":0.009259259259259259}}}},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}}}}}},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}},"p":{"docs":{},"e":{"docs":{},"l":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}},"o":{"docs":{},"d":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}},"r":{"docs":{},"e":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588}},":":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}},"t":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.007575757575757576}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{"guides/debugging.html":{"ref":"guides/debugging.html","tf":0.022222222222222223}}}}}}}},"o":{"docs":{"./":{"ref":"./","tf":0.024691358024691357},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.007736943907156673},"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588},"api/component.html":{"ref":"api/component.html","tf":0.06818181818181818}},"n":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},"e":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.007736943907156673}}}}}}}},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{"api/app.html":{"ref":"api/app.html","tf":0.012195121951219513}},":":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588},"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},",":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"y":{"docs":{},".":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{},"v":{"docs":{},"e":{"docs":{},",":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}}}}},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},",":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}}}}},"x":{"docs":{},"x":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}},"p":{"docs":{},"a":{"docs":{},"l":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.007736943907156673}},",":{"docs":{"./":{"ref":"./","tf":0.012345679012345678}}},":":{"docs":{},":":{"docs":{},"n":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}},"'":{"docs":{"api/fetch.html":{"ref":"api/fetch.html","tf":0.009259259259259259}}},".":{"docs":{"guides/debugging.html":{"ref":"guides/debugging.html","tf":0.022222222222222223}}}}},"e":{"docs":{},"n":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},".":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}}}}}},"v":{"docs":{},"t":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.07407407407407407},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.015473887814313346},"api/app.html":{"ref":"api/app.html","tf":0.012195121951219513},"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099},"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588},"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788},"api/fetch.html":{"ref":"api/fetch.html","tf":0.009259259259259259},"guides/debugging.html":{"ref":"guides/debugging.html","tf":0.06666666666666667}},",":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}},":":{"docs":{},":":{"docs":{},"w":{"docs":{},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.014705882352941176}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}}}}}}}},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{"api/app.html":{"ref":"api/app.html","tf":10.024390243902438}}}},"c":{"docs":{},"t":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":10.007352941176471}}}}},"s":{"docs":{},"t":{"docs":{"api/state.html":{"ref":"api/state.html","tf":10.021978021978022}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{"api/component.html":{"ref":"api/component.html","tf":10.003787878787879}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"#":{"docs":{},"o":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}},".":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}}}}}}}}}},".":{"docs":{},"f":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"api/fetch.html":{"ref":"api/fetch.html","tf":10.027777777777779}},"(":{"docs":{},"'":{"docs":{},"/":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{},"/":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"_":{"docs":{},"t":{"docs":{},"a":{"docs":{},"s":{"docs":{},"k":{"docs":{},"'":{"docs":{},",":{"docs":{"api/fetch.html":{"ref":"api/fetch.html","tf":0.009259259259259259}}}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"s":{"docs":{},"k":{"docs":{},"s":{"docs":{},"'":{"docs":{},")":{"docs":{},"{":{"docs":{},"|":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"_":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"|":{"docs":{"api/fetch.html":{"ref":"api/fetch.html","tf":0.009259259259259259}}}}}}}}}}}}}}}},"/":{"1":{"docs":{},"'":{"docs":{},",":{"docs":{"api/fetch.html":{"ref":"api/fetch.html","tf":0.009259259259259259}}}}},"docs":{}}}}}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099},"api/fetch.html":{"ref":"api/fetch.html","tf":0.009259259259259259},"guides/debugging.html":{"ref":"guides/debugging.html","tf":0.044444444444444446}},".":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}}}},"l":{"docs":{},"d":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}},"w":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},",":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}}}},"r":{"docs":{},"i":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588}}}}}}},"f":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{"guides/debugging.html":{"ref":"guides/debugging.html","tf":0.022222222222222223}}}}}}}},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.024691358024691357},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/fetch.html":{"ref":"api/fetch.html","tf":0.018518518518518517}}},"s":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}},"w":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}},"k":{"docs":{},"e":{"docs":{"guides/development.html":{"ref":"guides/development.html","tf":0.058823529411764705}}}}},"e":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366},"api/app.html":{"ref":"api/app.html","tf":0.04878048780487805},"api/actions.html":{"ref":"api/actions.html","tf":0.014705882352941176},"guides/debugging.html":{"ref":"guides/debugging.html","tf":0.022222222222222223}}}}}},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}},"d":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/app.html":{"ref":"api/app.html","tf":0.012195121951219513},"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588},"api/component.html":{"ref":"api/component.html","tf":0.011363636363636364}},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},":":{"docs":{},")":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}}}}}},".":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}}}}},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588}}}}},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{},"s":{"docs":{},".":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588}}}}}}}}},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.005802707930367505},"api/actions.html":{"ref":"api/actions.html","tf":0.022058823529411766},"api/fetch.html":{"ref":"api/fetch.html","tf":0.009259259259259259}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}},"c":{"docs":{},"e":{"docs":{},"i":{"docs":{},"v":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588}}}}}},"f":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588}}}}}}},"b":{"docs":{},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"guides/development.html":{"ref":"guides/development.html","tf":0.058823529411764705}}}}}}}},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}},"u":{"docs":{},"b":{"docs":{},"i":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366}}}},"n":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.007736943907156673},"guides/development.html":{"ref":"guides/development.html","tf":0.058823529411764705}}}}},"s":{"docs":{},"e":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.007736943907156673}},":":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}},"r":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.012345679012345678}},"e":{"docs":{},"r":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.014705882352941176},"api/fetch.html":{"ref":"api/fetch.html","tf":0.018518518518518517}}}}}},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},"u":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366},"guides/debugging.html":{"ref":"guides/debugging.html","tf":0.022222222222222223}}}},"_":{"docs":{},"f":{"docs":{},"a":{"docs":{},"h":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"h":{"docs":{},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},":":{"docs":{},",":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{},".":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588}}}}}}}}},"n":{"docs":{},"d":{"docs":{"api/fetch.html":{"ref":"api/fetch.html","tf":0.009259259259259259}}}}},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"api/fetch.html":{"ref":"api/fetch.html","tf":0.009259259259259259}}}},"n":{"docs":{},"a":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},".":{"docs":{"./":{"ref":"./","tf":0.012345679012345678}}}}}}},"g":{"docs":{},"l":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.007575757575757576}}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.017408123791102514},"api/app.html":{"ref":"api/app.html","tf":0.012195121951219513},"api/state.html":{"ref":"api/state.html","tf":0.08791208791208792},"api/actions.html":{"ref":"api/actions.html","tf":0.051470588235294115},"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.01160541586073501},"api/state.html":{"ref":"api/state.html","tf":0.03296703296703297},"api/actions.html":{"ref":"api/actions.html","tf":0.022058823529411766}},"c":{"docs":{},"e":{"docs":{},"l":{"docs":{},"s":{"docs":{},"i":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.005802707930367505}},"s":{"docs":{},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}}},"f":{"docs":{},"a":{"docs":{},"h":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"h":{"docs":{},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366}},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}}}}}},"b":{"docs":{},"a":{"docs":{},"r":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.02197802197802198}}}}},"m":{"docs":{},"e":{"docs":{},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"(":{"docs":{},"b":{"docs":{},"a":{"docs":{},"r":{"docs":{},":":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"guides/debugging.html":{"ref":"guides/debugging.html","tf":0.022222222222222223}},"(":{"docs":{},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},":":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}}}}}},")":{"docs":{"guides/debugging.html":{"ref":"guides/debugging.html","tf":0.022222222222222223}}}}}},"t":{"docs":{},"o":{"docs":{},"d":{"docs":{},"o":{"docs":{},"s":{"docs":{},".":{"docs":{},"e":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}}}}}}}}},",":{"docs":{"api/app.html":{"ref":"api/app.html","tf":0.012195121951219513}}},"#":{"docs":{},"m":{"docs":{},"e":{"docs":{},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},".":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},".":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}}}}}},":":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588},"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788},"guides/debugging.html":{"ref":"guides/debugging.html","tf":0.022222222222222223}},".":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}},";":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588}}}},"i":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}},",":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}},"c":{"docs":{},"k":{"docs":{},":":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}},"r":{"docs":{},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":5.0019342359767895},"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}},"s":{"docs":{},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}},"u":{"docs":{},"p":{"docs":{"api/app.html":{"ref":"api/app.html","tf":0.012195121951219513}},",":{"docs":{"api/app.html":{"ref":"api/app.html","tf":0.012195121951219513}}}}}}}},"e":{"docs":{},"p":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.007575757575757576}},":":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.007575757575757576}}}}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/actions.html":{"ref":"api/actions.html","tf":0.014705882352941176}}}},"v":{"docs":{},"e":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588}}}}}}},"a":{"docs":{},"f":{"docs":{},"f":{"docs":{},"o":{"docs":{},"l":{"docs":{},"d":{"docs":{"api/fetch.html":{"ref":"api/fetch.html","tf":0.009259259259259259}}}}}}}}},"h":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}},"w":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},"n":{"docs":{"guides/debugging.html":{"ref":"guides/debugging.html","tf":0.022222222222222223}}}},"r":{"docs":{},"t":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}}}}}},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{},"\"":{"docs":{},",":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}},"\"":{"docs":{},"}":{"docs":{},")":{"docs":{},"{":{"docs":{},"|":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"_":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"|":{"docs":{"api/fetch.html":{"ref":"api/fetch.html","tf":0.018518518518518517}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"m":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}}},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588},"api/component.html":{"ref":"api/component.html","tf":0.01893939393939394}}}},"f":{"docs":{},"i":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/component.html":{"ref":"api/component.html","tf":0.015151515151515152},"api/fetch.html":{"ref":"api/fetch.html","tf":0.009259259259259259}}}}}}}},"u":{"docs":{},"p":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"guides/debugging.html":{"ref":"guides/debugging.html","tf":0.022222222222222223}}}}}}},"b":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.011363636363636364}},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"api/app.html":{"ref":"api/app.html","tf":0.012195121951219513},"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}}}},"c":{"docs":{},"h":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588}}}},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}}}}},"y":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"x":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}},"m":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"api/app.html":{"ref":"api/app.html","tf":0.012195121951219513}}}}}}}}},"k":{"docs":{},"i":{"docs":{},"p":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588}}}}}},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.005802707930367505},"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}},"i":{"docs":{},"c":{"docs":{"api/fetch.html":{"ref":"api/fetch.html","tf":0.009259259259259259}}}}}},"a":{"docs":{},"b":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}},"g":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366},"api/component.html":{"ref":"api/component.html","tf":0.007575757575757576},"api/fetch.html":{"ref":"api/fetch.html","tf":0.009259259259259259},"guides/debugging.html":{"ref":"guides/debugging.html","tf":0.022222222222222223}},")":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}},",":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}},".":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788},"guides/debugging.html":{"ref":"guides/debugging.html","tf":0.022222222222222223}}}},"k":{"docs":{},"e":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.005802707930367505},"api/component.html":{"ref":"api/component.html","tf":0.011363636363636364}}}}},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}},"i":{"docs":{},"n":{"docs":{},"k":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}},"s":{"docs":{},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099},"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}},":":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},")":{"docs":{"guides/debugging.html":{"ref":"guides/debugging.html","tf":0.022222222222222223}}}}}},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/fetch.html":{"ref":"api/fetch.html","tf":0.009259259259259259}}}}}},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}},"o":{"docs":{},":":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}},"o":{"docs":{},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366},"guides/debugging.html":{"ref":"guides/debugging.html","tf":0.022222222222222223}}}},"d":{"docs":{},"o":{"docs":{},".":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}},"s":{"docs":{},"'":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}},"k":{"docs":{},"e":{"docs":{},"n":{"docs":{"api/fetch.html":{"ref":"api/fetch.html","tf":0.027777777777777776}}}}}},"r":{"docs":{},"i":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}},"o":{"docs":{},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},"a":{"docs":{},"l":{"docs":{},",":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}}},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.014705882352941176}}}},"x":{"docs":{},"t":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.015151515151515152}}}},"s":{"docs":{},"t":{"docs":{"guides/development.html":{"ref":"guides/development.html","tf":0.058823529411764705}}}}}},"u":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/app.html":{"ref":"api/app.html","tf":0.012195121951219513},"api/state.html":{"ref":"api/state.html","tf":0.02197802197802198},"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588}},"e":{"docs":{},"r":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}},"n":{"docs":{},"c":{"docs":{},"a":{"docs":{},"u":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}},"t":{"docs":{"guides/development.html":{"ref":"guides/development.html","tf":0.058823529411764705}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588}}}}}},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.009671179883945842},"api/app.html":{"ref":"api/app.html","tf":0.012195121951219513},"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099},"api/actions.html":{"ref":"api/actions.html","tf":0.022058823529411766}},"e":{"docs":{},"_":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"o":{"docs":{},"r":{"docs":{"api/app.html":{"ref":"api/app.html","tf":0.012195121951219513}}}}}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.015473887814313346},"api/state.html":{"ref":"api/state.html","tf":0.02197802197802198},"api/actions.html":{"ref":"api/actions.html","tf":0.014705882352941176},"api/component.html":{"ref":"api/component.html","tf":0.007575757575757576}},"e":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.024691358024691357},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.007736943907156673},"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}},")":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.005802707930367505}}}}}}},"i":{"docs":{},"e":{"docs":{},"w":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.009671179883945842},"api/app.html":{"ref":"api/app.html","tf":0.012195121951219513},"api/component.html":{"ref":"api/component.html","tf":0.011363636363636364}},"'":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/app.html":{"ref":"api/app.html","tf":0.012195121951219513},"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588}}}},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588},"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}},"a":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.014705882352941176}}}}},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{"./":{"ref":"./","tf":0.012345679012345678}}}},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.012345679012345678}}},"l":{"docs":{},"d":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}},"y":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588}}}},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/component.html":{"ref":"api/component.html","tf":0.007575757575757576}},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{"api/fetch.html":{"ref":"api/fetch.html","tf":0.009259259259259259}}}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}},"y":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},"o":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.012345679012345678}}}}}}},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"/":{"docs":{},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.012345679012345678}}}}}}}}}},"o":{"docs":{},"u":{"docs":{},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}},"{":{"docs":{"./":{"ref":"./","tf":0.012345679012345678},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.005802707930367505},"api/app.html":{"ref":"api/app.html","tf":0.012195121951219513},"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588},"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}},"c":{"docs":{},"e":{"docs":{},"l":{"docs":{},"s":{"docs":{},"i":{"docs":{},"u":{"docs":{},"s":{"docs":{},":":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}},"o":{"docs":{},"l":{"docs":{},"o":{"docs":{},"r":{"docs":{},":":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},":":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},":":{"docs":{"api/fetch.html":{"ref":"api/fetch.html","tf":0.018518518518518517}}}}}}}}},"}":{"docs":{"./":{"ref":"./","tf":0.024691358024691357},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.007736943907156673},"api/app.html":{"ref":"api/app.html","tf":0.012195121951219513},"api/actions.html":{"ref":"api/actions.html","tf":0.014705882352941176},"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788},"api/fetch.html":{"ref":"api/fetch.html","tf":0.027777777777777776}},",":{"docs":{"./":{"ref":"./","tf":0.024691358024691357},"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.007736943907156673},"api/app.html":{"ref":"api/app.html","tf":0.012195121951219513},"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}},".":{"docs":{},"f":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"{":{"docs":{},"|":{"docs":{},"e":{"docs":{},"|":{"docs":{"api/fetch.html":{"ref":"api/fetch.html","tf":0.027777777777777776}}}}}}}}}}}},"\"":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},"s":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"r":{"docs":{},"u":{"docs":{},"b":{"docs":{},"y":{"docs":{},"g":{"docs":{},"e":{"docs":{},"m":{"docs":{},"s":{"docs":{},".":{"docs":{},"o":{"docs":{},"r":{"docs":{},"g":{"docs":{},"\"":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}}}}}},"i":{"docs":{},"f":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"e":{"docs":{},"d":{"docs":{},"\"":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}}}}},"o":{"docs":{},"v":{"docs":{},"t":{"docs":{},"o":{"docs":{},"\"":{"docs":{},",":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}},"n":{"docs":{},"\"":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"\"":{"docs":{},",":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}},":":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}},"u":{"docs":{},"n":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}},"m":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"\"":{"docs":{},",":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}},":":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}},"y":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},":":{"docs":{},":":{"docs":{},"v":{"docs":{},"i":{"docs":{},"e":{"docs":{},"w":{"docs":{},"#":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}},"d":{"docs":{},"o":{"docs":{"api/fetch.html":{"ref":"api/fetch.html","tf":0.018518518518518517}}}}},"#":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/component.html":{"ref":"api/component.html","tf":0.015151515151515152},"api/fetch.html":{"ref":"api/fetch.html","tf":0.027777777777777776}},"=":{"docs":{},">":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.04395604395604396},"api/component.html":{"ref":"api/component.html","tf":0.03787878787878788}}}}},"$":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}}}},"m":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},";":{"docs":{"guides/debugging.html":{"ref":"guides/debugging.html","tf":0.022222222222222223}}}}}}}}}}},"*":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}},"/":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}},"=":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366},"api/state.html":{"ref":"api/state.html","tf":0.02197802197802198}}},"[":{"0":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}},"docs":{},"]":{"docs":{},".":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}}}},"]":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}},"g":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366}},"e":{"docs":{},"m":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.007736943907156673}},":":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},"e":{"docs":{},":":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/component.html":{"ref":"api/component.html","tf":0.011363636363636364},"api/fetch.html":{"ref":"api/fetch.html","tf":0.009259259259259259}}}}},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":5.0019342359767895}}}},"i":{"docs":{},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"guides/development.html":{"ref":"guides/development.html","tf":0.058823529411764705}},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},":":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}},"v":{"docs":{},"e":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.007736943907156673},"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}}}},"j":{"docs":{},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788},"guides/debugging.html":{"ref":"guides/debugging.html","tf":0.022222222222222223}},"'":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"guides/debugging.html":{"ref":"guides/debugging.html","tf":0.022222222222222223}}}}}}}}}}}},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"api/fetch.html":{"ref":"api/fetch.html","tf":0.027777777777777776}},"_":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"api/fetch.html":{"ref":"api/fetch.html","tf":0.027777777777777776}}}}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/component.html":{"ref":"api/component.html","tf":0.011363636363636364}},".":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.014705882352941176},"api/component.html":{"ref":"api/component.html","tf":0.007575757575757576}}}}}}}},"n":{"docs":{},"o":{"docs":{},"w":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.005802707930367505}}}}}},"l":{"docs":{},"e":{"docs":{},"f":{"docs":{},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}},"t":{"docs":{},"'":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.007736943907156673},"api/app.html":{"ref":"api/app.html","tf":0.012195121951219513}}}}},"o":{"docs":{},"o":{"docs":{},"k":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.02197802197802198}}}},"f":{"docs":{},"e":{"docs":{},"c":{"docs":{},"y":{"docs":{},"c":{"docs":{},"l":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099},"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588}},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}},".":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}},"e":{"docs":{},"w":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},"_":{"docs":{},"c":{"docs":{},"e":{"docs":{},"l":{"docs":{},"s":{"docs":{},"i":{"docs":{},"u":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}},"s":{"docs":{},"}":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}},"e":{"docs":{},".":{"docs":{},"b":{"docs":{},"a":{"docs":{},"r":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}}}},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}}}}}}}}}}}},"x":{"docs":{},"t":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588}},",":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0038684719535783366}}}}},"e":{"docs":{},"d":{"docs":{"api/app.html":{"ref":"api/app.html","tf":0.012195121951219513},"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588},"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788},"api/fetch.html":{"ref":"api/fetch.html","tf":0.009259259259259259}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588}}}}}}},"s":{"docs":{},"t":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.02197802197802198}}}},"t":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{"api/fetch.html":{"ref":"api/fetch.html","tf":0.027777777777777776}}}}}}}},"o":{"docs":{},"w":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.015473887814313346},"api/app.html":{"ref":"api/app.html","tf":0.012195121951219513}}},"t":{"docs":{},"h":{"docs":{"api/app.html":{"ref":"api/app.html","tf":0.012195121951219513}}},"a":{"docs":{},"t":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}},"e":{"docs":{"guides/development.html":{"ref":"guides/development.html","tf":0.058823529411764705}}}},"d":{"docs":{},"e":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.007575757575757576}},".":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.011363636363636364}}}}}},"i":{"docs":{},"l":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588}}}}},"p":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788},"api/fetch.html":{"ref":"api/fetch.html","tf":0.05555555555555555},"guides/debugging.html":{"ref":"guides/debugging.html","tf":0.022222222222222223}},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{"api/fetch.html":{"ref":"api/fetch.html","tf":0.009259259259259259},"guides/debugging.html":{"ref":"guides/debugging.html","tf":0.022222222222222223}},")":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},")":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}},".":{"docs":{"api/fetch.html":{"ref":"api/fetch.html","tf":0.009259259259259259}}}}}}}}}},"s":{"docs":{"api/fetch.html":{"ref":"api/fetch.html","tf":0.027777777777777776}}}},"s":{"docs":{},"s":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683},"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588},"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}}},"s":{"docs":{},"s":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}},"o":{"docs":{},"h":{"docs":{},"i":{"docs":{},"b":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}}}}}}}},"x":{"docs":{},"i":{"docs":{"guides/tutorial.html":{"ref":"guides/tutorial.html","tf":0.0019342359767891683}}}},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.007352941176470588},"api/fetch.html":{"ref":"api/fetch.html","tf":0.009259259259259259}}}}},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{"api/actions.html":{"ref":"api/actions.html","tf":0.014705882352941176},"api/fetch.html":{"ref":"api/fetch.html","tf":0.009259259259259259}}}}}},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"api/state.html":{"ref":"api/state.html","tf":0.01098901098901099}}}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"guides/debugging.html":{"ref":"guides/debugging.html","tf":0.022222222222222223}}}}}},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{"api/fetch.html":{"ref":"api/fetch.html","tf":0.009259259259259259}}}}},"u":{"docs":{},"t":{"docs":{"api/fetch.html":{"ref":"api/fetch.html","tf":0.009259259259259259}}}}},"|":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}},"t":{"docs":{},"o":{"docs":{},"d":{"docs":{},"o":{"docs":{},"|":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}}}},"~":{"docs":{},"~":{"docs":{},"~":{"docs":{},"~":{"docs":{},"~":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}}},"…":{"docs":{},"o":{"docs":{},"p":{"docs":{},"b":{"docs":{},"o":{"docs":{},"x":{"docs":{},"/":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"j":{"docs":{},"/":{"docs":{},"o":{"docs":{},"v":{"docs":{},"t":{"docs":{},"o":{"docs":{},"/":{"docs":{},"e":{"docs":{},"x":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"/":{"docs":{},"t":{"docs":{},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"/":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},":":{"2":{"2":{"8":{"8":{"7":{"docs":{},":":{"1":{"8":{"docs":{},")":{"docs":{},"\"":{"docs":{},"}":{"docs":{"api/component.html":{"ref":"api/component.html","tf":0.003787878787878788}}}}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"x":{"docs":{"api/fetch.html":{"ref":"api/fetch.html","tf":0.009259259259259259}}}},"length":820},"corpusTokens":["\"do","\"hello","\"https://rubygems.org\"","\"ifchanged\"","\"morethanonenode\",","\"morethanonenode:","\"myapp::view#rend","\"on\"","\"ovto\",","\"state\",","\"state:","\"uniniti","#","#=>","$","$console;","$morethanonenod","$nameerror","'12'","'age:'","'bundl","'button',","'console';","'div#main'","'div'","'div',","'div.main'","'fahrenheit:'","'h1',","'hello.'","'input',","'li',","'main',","'o'","'opal'","'ovto","'ovto'","'post',","'put',","'rake'","'red'},","'render'","'span',","'text'","'text',","'ul'","'yhara/ovto'","'your","(.html","(and","(compil","(e){","(eg.","(gem","(not","(note:","(or","(see","(taro)\"","(tips:","(valu","*","+",".","./app.rb","./example/*).","./example/sinatra","./example/stat",".j",".js)","/","0","1","1)","1,","10","100","100,","12","2","2)","212","3","3)","32","32)","404","5","5.","9.0","=",">",">(e){",">{","[0","[].","]","abov","access","acknowledg","action","action,","action.","actions.","actions.increment(by:","actions.set_celsiu","actions.set_celsius(value:","actions.set_celsius.","actions.set_fahrenheit(value:","actions.update_color","ad","add","age:","all,","anoth","api","api,","apis,","app","app'","app,","app.","app.j","app.js'","app.js:5022","app.rb","app.rb.","app.rb.)","app.rb:","apps,","arbitrary.","argument","array","async","attribut","attribute:","auto","automat","bar:","block","book","box.","browser","browser.","bundl","bundler","bundler)","button","c","call","care","case","cases,","caus","celsiu","celsius:","celsius?","certain","chang","check","class","class,","class.","class:","click","client","clone","code","code.","color","color_idx","command.)","commit","compil","compile)","compon","components,","consol","console.log","console.log(state:","console;","constant","contact","contain","content.","conveni","conventions:","conver","convers","conversion.","convert","convert.","correspond","creat","csrf","curious,","debug","debug',","def","default","defin","degre","demonstr","describ","details.","develop","display","div","doc","doc:build","document","dom","don't","done.","e","e.target.valu","e.target.value.","e.target.value.to_i)","each","easi","edit","else.","emb","enclos","end","equal","error","error,","error.","etc.","event","exampl","example:","except","exec","execut","executed.","fahrenheit","fahrenheit!","fahrenheit.","fail","featur","fetch","file.","final","first","first,","found,","framework","fun:","g","gem","gem:","gemfil","gemfile:","gener","get","git","github:","give","global","handler","handler.","happen","happend","hash","hash,","hash.","header","hello,","hello.","here","here,","here.","html","https://github.com/hyperapp/hyperapp#key","https://github.com/hyperapp/hyperapp#lifecycl","https://github.com/yhara/ovto/issu","hyperapp","i.e.","id","id='ovto","ids.","ifchang","immut","immutable.","index.html","index.html.","index.html:","indic","inner","input","inspir","instal","install.","instanc","instead,","introduct","invok","it.","item","javascript","javascript'","javascript.","json","json_data","key","key.","keyword","know","left","let'","lifecycl","list","look","make","manipul","manually,","master","member","merg","messag","message:","meta","method","method.","miss","misspel","modifi","more","more:","morethanonenod","mostli","myapp","myapp#actions.","myapp#setup","myapp.run(id:","myapp::act","myapp::actions.","myapp::state\",","myapp::state\"}","myapp::state.","myapp::view#rend","myapp::view.","name","name.","namespace.","need","needed.","nest","network","new","new_celsiu","new_celsius}","new_stat","new_state.bar","new_state.foo","next","next,","nil","node","node.","notat","note","noth","now","o","object","object.","offici","old","onchang","onchange:","onclick","onclick:","oncreate,","ondestroy.","onremove,","onupdate,","onxx","opal","opal'","opal,","opal.","opal::n","open","optional.","origin","other.","otherwise,","ovto","ovto,","ovto.fetch","ovto.fetch('/api/new_task',","ovto.fetch('/api/tasks'){|json_data|","ovto.fetch('/api/tasks/1',","ovto::act","ovto::app","ovto::compon","ovto::component#o","ovto::component.","ovto::st","ovto::wiredact","ovto::wiredactions.","p","page","page)","parameters)","parameters.","pars","pass","pleas","post","practic","prerequisit","press","print","prohibited.","promis","provid","proxi","put","rail","rais","rake","raw","re","react","read","rebuild","receiv","reflect","releas","reload","render","render(state:)","render.","replac","repres","requir","responds.","result","return","revers","right","rubi","run","same","save","scaffold","schedul","second","section).","see","see:","send","serv","server","set","set_fahrenheit","set_fahrenheit(state:,","setup","shoot","shorthand","show","shown","side","sinatra","sinatra.","singl","skip","smallest","something\"}){|json_data|","something.\",","sometim","somewher","sourc","special","specifi","stack:","start","starts.","startup","startup,","stat,","state","state#merge.","state,","state.","state.bar","state.celsiu","state.celsius.","state.fahrenheit","state.fahrenheit.","state.merge(bar:","state.new","state.new(foo:","state.new)","state.todos.each","state:","state:.","state;","statelist.","static","step","step.","string","style","style:","sub","subclass","such","support","surround","syntax","tab","tag","tag)","tag,","tag.","take","tell","test","text","there.","think","this.","this:","this:)","those","tire","to:","todo.titl","todolist","todos'","token","too.","tri","troubl","tutori","tutorial,","type:","typic","uncaught","uniniti","unit","until","updat","update_color","us","user","valu","value.","value:","value:)","via","view","view')","view.","want","way","web","work","world","wrap","wrapper","write","x","yardoc","yhara/vis","you.","{","{celsius:","{color:","{name:","{title:","|","|todo|","}","},","}.fail{|e|","~~~~~","…opbox/proj/ovto/example/tutorial/app.js:22887:18)\"}"],"pipeline":["stopWordFilter","stemmer"]},"store":{"./":{"url":"./","title":"Introduction","keywords":"","body":"Ovto\nClient-side web framework for Opal, inspired by hyperapp\nDocuments\n\nBook\nyardoc\n\nExample\n\nrequire 'ovto'\n\nclass MyApp (e){ actions.set_celsius(value: e.target.value.to_i) },\n value: state.celsius\n }\n o 'span', 'Fahrenheit:'\n o 'input', {\n type: 'text',\n onchange: ->(e){ actions.set_fahrenheit(value: e.target.value.to_i) },\n value: state.fahrenheit\n }\n end\n end\n end\nend\n\nMyApp.run(id: 'ovto-view')\n\nSee the book for details.\nSetup\nStatic\n./example/static demonstrates how to convert Ovto app\ninto a .js file.\nOvto + Sinatra\n./example/sinatra demonstrates how to serve Ovto app\nfrom Sinatra.\nOvto + Rails\nyhara/vision is a working example of using Ovto with Rails 5.\nAcknowledgements\n\nhyperapp\n\nContact\nhttps://github.com/yhara/ovto/issues\n"},"guides/tutorial.html":{"url":"guides/tutorial.html","title":"Getting Started","keywords":"","body":"Getting Started\nThis is a tutorial of making an Ovto app. We create a static app (.html + .js) here,\nbut you can embed Ovto apps into a Rails or Sinatra app (See ./example/*).\nThis is the final Ruby code.\nrequire 'ovto'\n\nclass MyApp (e){ actions.set_celsius(value: e.target.value.to_i) },\n value: state.celsius\n }\n o 'span', 'Fahrenheit:'\n o 'input', {\n type: 'text',\n onchange: ->(e){ actions.set_fahrenheit(value: e.target.value.to_i) },\n value: state.fahrenheit\n }\n end\n end\n end\nend\n\nMyApp.run(id: 'ovto-view')\nLet's take a look step-by-step.\nPrerequisites\n\nRuby\nBundler (gem install bundler)\n\nSetup\nMake a Gemfile:\nsource \"https://rubygems.org\"\ngem \"ovto\", github: 'yhara/ovto' # Use git master because ovto gem is not released yet\ngem 'rake'\nRun bundle install.\nHTML\nMake an index.html:\n\n\n \n \n \n \n \n \n \n \n\n\nWrite code\napp.rb:\nrequire 'ovto'\n\nclass MyApp \n\nThe name MyApp is arbitrary.\nThe id ovto-view corresponds to the div tag in index.html.\n\nCompile\nGenerate app.js from app.rb.\n$ bundle exec opal -c -g ovto app.rb > app.js\n(Compile will fail if there is a syntax error in your app.rb.)\nNow you can run your app by opening index.html in your browser.\nTrouble shooting\nIf you see HELLO, the setup is done. Otherwise, check the developer console\nand you should see some error messages there.\nFor example if you misspelled class State to class Stat, you will see:\napp.js:5022 Uncaught $NameError {name: \"State\", message: \"uninitialized constant MyApp::State\", stack: \"State: uninitialized constant MyApp::State\"}\nbecause an Ovto app must have a State class in its namespace.\n(Tips: auto-compile)\nIf you get tired to run bundle exec opal manually, try ifchanged gem:\n\nAdd gem \"ifchanged\" to Gemfile\nbundle install\nbundle exec ifchanged ./app.rb --do 'bundle exec opal -c -g ovto app.rb > app.js'\n\nNow you just edit and save app.rb and it runs opal -c for you.\nAdd some state\nIn this tutorial, we make an app that convers Celsius and Fahrenheit degrees to\neach other. First, add an item to MyApp::State.\n class State \nNow an item celsius is added to the global app state. Its value is 0 when\nthe app starts. You can read this value by state.celsius. Let's display the\nvalue with MyApp::View.\n class View \nNow you should see Celsius: [0 ] in the browser.\nAdd a method to State\nNext, we want to know what degree is it in Fahrenheit. Let's add a method to\nconvert.\n class State \nNow you can know the value by state.fahrenheit. Update the View to show the value too.\n class View Add an action\nNow we know 0 degrees Celsius is 32 degrees Fahrenheit. But how about 10 degrees or\n100 degrees Celsius? Let's update the app to we can specify a Celsius value.\nYou may think that you can change the value with state.celsius = 100, but this is\nprohibited. In Ovto, you can only modify app state with Actions.\nOur first action looks like this. An action is a method defined in MyApp::Actions.\nIt takes an old state (and its own parameters) and returns a Hash that describes\nthe updates to the state. This return value is merged into the global app state.\n class Actions \nThis action can be called by actions.set_celsius from the View. Replace the\nfirst input tag with this:\n o 'input', {\n type: 'text',\n onchange: ->(e){ actions.set_celsius(value: e.target.value.to_i) },\n value: state.celsius\n }\n\nonchange: is a special attribute that takes an event handler as its value.\nThe argument e is an instance of Opal::Native and wraps the event object of\nJavaScript. In this case you can get the input string by e.target.value.\nNow reload your browser and input 100 to the left input box. Next, press Tab key\n(or click somewhere in the page) to commit the value. Then you should see 212\nin the right input box. 100 degrees Celsius is 212 degrees Fahrenheit!\nWhat has happend\nIn case you are curious, here is what happens when you give 100 to the input box.\n\nJavaScript's onchange event is executed.\nOvto calls the event handler.\nIt calls actions.set_celsius. actions is an instance of Ovto::WiredActions.\nIt is a proxy to the MyApp::Actions. It has the same methods as those in\nMyApp::Actions but does some more:\nIt passes state to the user-defined action.\nIt merges the result to the global app state.\nIt schedules re-rendering the view to represent the new state.\n\n\n\nReverse conversion\nIt is easy to update the app to support Fahrenheit-to-Celsius conversion.\nThe second input should be updated to:\n o 'input', {\n type: 'text',\n onchange: ->(e){ actions.set_fahrenheit(value: e.target.value.to_i) },\n value: state.fahrenheit\n }\n\nThen add an action set_fahrenheit to MyApp::Actions. This action convers the\nFahrenheit degree into Celsius and set it to the global state.\n def set_fahrenheit(state:, value:)\n new_celsius = (value - 32) * 5 / 9.0\n return {celsius: new_celsius}\n end\n\nNow your app should react to the change of the Fahrenheit value too. \n"},"api/app.html":{"url":"api/app.html","title":"Ovto::App","keywords":"","body":"Ovto::App\nFirst of all, you need to define a subclass of Ovto::App and define class State,\nclass Actions and class View in it.\nExample\nThis is a smallest Ovto app.\nrequire 'opal'\nrequire 'ovto'\n\nclass MyApp \nIt renders a button and does nothing else. Let's have some fun:\nrequire 'opal'\nrequire 'ovto'\n\nclass MyApp { actions.update_color },\n }\n end\n end\nend\n\nMyApp.run(id: 'ovto-view')\n\nHere we added color_idx to app state and update_color action to change it.\nThe button is updated to have the color indicated by color_idx and\nnow has onclick event handler which executes the action.\nCalling actions on startup\nTo invoke certain actions on app startup, define MyApp#setup and use MyApp#actions.\nExample:\nclass MyApp \n"},"api/state.html":{"url":"api/state.html","title":"Ovto::State","keywords":"","body":"Ovto::State\nOvto::State is like a hash, but members are accessible with name rather than [].\nExample\nclass State 1\nstate.bar #=> 2\n\nDefault value\nclass State 1\nstate.bar #=> 2\n\nImmutable\nState objects are immutable. i.e. you cannot update value of a key. Instead, use State#merge.\nstate = State.new(foo: 1, bar: 2)\nnew_state = state.merge(bar: 3)\nnew_state.foo #=> 1\nnew_state.bar #=> 3\n\nNesting state\nFor practical apps, you can nest State like this.\nclass Book \nDefining instance methods of state\nYou can define instance methods of state.\nclass Book \"Hello world (taro)\"\n\nDefining class methods of state\nOvto does not have a class like StateList. Just use Array to represent a list of state.\nYou can define class methods to manipulate a list of state.\nclass Book \n"},"api/actions.html":{"url":"api/actions.html","title":"Ovto::Actions","keywords":"","body":"Ovto::Actions\nActions are the only way to change the state. Actions must be defined as methods of\nthe Actions class. Here is some more conventions:\n\nYou must use keyword arguments\nYou must provide state: keyword to receive the app state\nYou must return state updates as a Hash. It will be merged into the app state.\n\nExample:\nrequire 'opal'\nrequire 'ovto'\n\nclass MyApp { actions.increment(by: 1) }\n end\n end\nend\n\nMyApp.run(id: 'ovto-view')\n\nCalling actions\nActions can be called from components via actions method. This is an instance of\nOvto::WiredActions and has methods of the same name as your Actions class.\n o 'button', onclick: ->{ actions.increment(by: 1) }\nArguments are almost the same as the original but you don't need to provide state;\nit is automatically passed by Ovto::WiredActions class. It also updates the app\nstate with the return value of the action, and schedules rendering the view.\nSkipping state update\nAn action may return nil when no app state changes are needed.\nPromises are also special values which does not cause state changes (see the next section).\nAsync actions\nWhen calling server apis, you cannot tell how the app state will change until the server responds.\nIn such cases, you can call another action via actions to tell Ovto to reflect the api result to the app state.\nExample:\n class Actions \n"},"api/component.html":{"url":"api/component.html","title":"Ovto::Component","keywords":"","body":"Ovto::Component\nYour app must have a View class, a subclass of Ovto::Component.\n'render' method\nrender is the only method you need to define in the View class.\nIt must take the global app state as a keyword argument state:.\n class View \nMoreThanOneNode error\nIf you missed the surrounding 'div' tag, Ovto raises an MoreThanOneNode error. render must create a single DOM node.\n def render(state:)\n o 'h1', 'Your todos'\n o 'ul' do\n state.todos.each do |todo|\n o 'li', todo.title\n end\n end\n end\n\n#=> $MoreThanOneNode {name: \"MoreThanOneNode\", message: \"MyApp::View#render must generate a single DOM node. Please wrap the tags with a 'div' or something.\", stack: \"MoreThanOneNode: MyApp::View#render must generate …opbox/proj/ovto/example/tutorial/app.js:22887:18)\"}\n\nThe 'o' method\n\nOvto::Component#o describes your app's view. For example:\no 'div'\n#=> \n\no 'div', 'Hello.'\n#=> Hello.\n\nYou can pass attributes with a Hash.\no 'div', class: 'main', 'Hello.'\n#=> Hello.\n\nThere are shorthand notations for classes and ids.\no 'div.main'\n#=> Hello.\n\no 'div#main'\n#=> Hello.\n\nYou can also give a block to specify its content.\no 'div' do\n 'Hello.'\nend\n#=> Hello.\n\no 'div' do\n o 'h1', 'Hello.'\nend\n#=> Hello.\n\nSpecial attribute: style\n\nThere are some special keys for the attributes Hash. style: key takes a hash as \nits value and specifies styles of the tag.\no 'div', style: {color: 'red'}, 'Hello.'\n#=> Hello.\n\nSpecial attribute: onxx\nAn attribute starts with \"on\" specifies an event handler.\nFor example:\no 'input', {\n type: 'button',\n onclick: ->(e){ p e.target.value },\n value: 'Hello.'\n}\n\nThe argument e is an instance of Opal::Native and wraps the JavaScript event object.\nYou can get the input value with e.target.value here.\nLifecycle events\nThere are special events oncreate, onupdate, onremove, ondestroy.\nhttps://github.com/hyperapp/hyperapp#lifecycle-events\nSpecial attribute: key\nhttps://github.com/hyperapp/hyperapp#keys\nSub components\no can take another component class to render.\n # Sub component\n class TodoList \nFor sub components, the state: keyword of render method is optional. \nText node\nSometimes you may want to create a text node.\n#=> Age: 12\n# ~~~~~\n# |\n# +--Raw text (not enclosed by an inner tag)\n\no generates a text node when 'text' is specified as tag name. The above\nHTML could be described like this.\no 'div' do\n o 'text', 'Age:'\n o 'span', '12'\nend\n\n"},"api/fetch.html":{"url":"api/fetch.html","title":"Ovto.fetch","keywords":"","body":"Ovto.fetch\nOvto provides wrapper of Fetch API, for convenience of calling typical server-side APIs (eg. those generated by rails scaffold command.)\nOvto.fetch returns Opal's Promise object that calls the API with the specified parameters.\nExamples\nGET\nOvto.fetch('/api/tasks'){|json_data|\n p json_data\n}.fail{|e| # Network error, 404 Not Found, JSON parse error, etc.\n p e\n}\n\nPOST\nOvto.fetch('/api/new_task', 'POST', {title: \"do something\"}){|json_data|\n p json_data\n}.fail{|e| # Network error, 404 Not Found, JSON parse error, etc.\n p e\n}\n\nPUT\nOvto.fetch('/api/tasks/1', 'PUT', {title: \"do something\"}){|json_data|\n p json_data\n}.fail{|e| # Network error, 404 Not Found, JSON parse error, etc.\n p e\n}\n\nCSRF tokens\nYou don't need to care about CSRF tokens if the server is a Rails app because Ovto.fetch automatically send X-CSRF-Token header if the page contains a meta tag like .\n"},"guides/debugging.html":{"url":"guides/debugging.html","title":"Debugging","keywords":"","body":"Debugging Ovto app\nconsole.log\nIn an Ovto app, you can print any object to developer console by console.log\nlike in JavaScript. \nconsole.log(state: State.new)\n\nThis is mostly equal to p state: State.new but console.log supports\nJavaScript objects too.\n(Note: this is not an official feature of Opal. You can do this setup by this:)\n require 'console'; def console; $console; end\n\novto-debug\nIf the page has a tag with id='ovto-debug', exception is shown in the tag.\n"},"guides/development.html":{"url":"guides/development.html","title":"Development","keywords":"","body":"Development notes\nHow to run unit test\n\ngit clone\nbundle install\nbundle exec rake\n\nHow to rebuild docs\nbundle exec doc:build\n"}}}
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ../..
3
3
  specs:
4
- ovto (0.1.0)
4
+ ovto (0.2.1)
5
5
  opal (~> 0.11)
6
6
 
7
7
  GEM
@@ -13,7 +13,7 @@ GEM
13
13
  hike (1.2.3)
14
14
  multi_json (1.13.1)
15
15
  mustermann (1.0.2)
16
- opal (0.11.0)
16
+ opal (0.11.4)
17
17
  ast (>= 2.3.0)
18
18
  hike (~> 1.2)
19
19
  parser (= 2.3.3.1)
@@ -24,7 +24,7 @@ GEM
24
24
  tilt (>= 1.4)
25
25
  parser (2.3.3.1)
26
26
  ast (~> 2.2)
27
- rack (2.0.5)
27
+ rack (2.0.6)
28
28
  rack-protection (2.0.1)
29
29
  rack
30
30
  sinatra (2.0.1)
@@ -56,4 +56,4 @@ DEPENDENCIES
56
56
  sinatra-contrib
57
57
 
58
58
  BUNDLED WITH
59
- 1.16.1
59
+ 1.17.1
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ../..
3
3
  specs:
4
- ovto (0.1.0)
4
+ ovto (0.2.1)
5
5
  opal (~> 0.11)
6
6
 
7
7
  GEM
@@ -9,7 +9,7 @@ GEM
9
9
  specs:
10
10
  ast (2.4.0)
11
11
  hike (1.2.3)
12
- opal (0.11.3)
12
+ opal (0.11.4)
13
13
  ast (>= 2.3.0)
14
14
  hike (~> 1.2)
15
15
  parser (= 2.3.3.1)
@@ -27,4 +27,4 @@ DEPENDENCIES
27
27
  rake
28
28
 
29
29
  BUNDLED WITH
30
- 1.16.1
30
+ 1.17.1
@@ -1,3 +1,3 @@
1
1
  module Ovto
2
- VERSION = '0.2.1'
2
+ VERSION = '0.2.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ovto
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yutaka HARA
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-11-02 00:00:00.000000000 Z
11
+ date: 2018-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: opal